-
Notifications
You must be signed in to change notification settings - Fork 40
/
_pkgdown.yml
33 lines (29 loc) · 863 Bytes
/
_pkgdown.yml
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
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: 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