-
Notifications
You must be signed in to change notification settings - Fork 40
Expand file tree
/
Copy path_pkgdown.yml
More file actions
41 lines (36 loc) · 1.13 KB
/
_pkgdown.yml
File metadata and controls
41 lines (36 loc) · 1.13 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
url: https://dillonhammill.github.io/DataEditR/
template:
bootstrap: 5
reference:
- title: Interactive Data Editor
desc: >
DataEditR ships with a single function called `data_edit()` that provides an
interactive interface to view, enter, filter and edit data. DataEditR also
ships with an RStudio add-in that can be accessed through the `Addins` menu.
contents:
- data_edit
- title: Code Generation
desc: >
DataEditR can generate tidyverse-style code to reproduce data edits using
`dplyr` verbs. The `data_code()` function compares an original and edited
dataset and returns a code string that transforms one into the other.
contents:
- data_code
- title: DataEditR Shiny Modules
desc: >
DataEditR is built using a series of shiny modules that work together to
allow users to view, filter, edit and export their data. Using these shiny
modules, users can integrate DataEditR features into their own custom Shiny
applications.
contents:
- dataInput
- dataEdit
- dataFilter
- dataSelect
- dataSync
- dataOutput
articles:
- title : DataEditR
navbar: ~
contents:
- DataEditR