Description Usage Arguments Examples
Launch Shiny app for editing individual dataspice
metadata tables. Use
edit_*()
where *
is one of the four dataspice
metadata tables
attributes
, biblio
, access
or creators
.
1 | edit_access(metadata_dir = file.path("data", "metadata"))
|
metadata_dir |
the directory containing the |
1 2 3 4 5 6 7 8 9 10 | ## Not run:
edit_attributes()
edit_biblio()
edit_access()
edit_creators()
# Specifying a different dataspice metadata directory
edit_attributes(metadata_dir = "analysis/data/metadata/"))
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.