Description Usage Arguments Value See Also Examples
After running save_rda
,
make_csv
is used to create a csv
file describing the rda
files as
specified by makeExperimentHubMetadata
.
Here, dir_path
should be the date-specific directory (e.g.
~/uploads/2021-04-05/
) that was created by
save_rda
. That is, users should
provide a dir_path
down to the date-level, but not further. When run, an
ExperimentHub
ready metadata csv
file will be saved at the location
specified.
1 | make_csv(dir_path)
|
dir_path |
path to a directory where the |
a data.frame
of metadata will be returned
invisibly
1 2 3 4 5 | ## Not run:
make_csv("~/uploads/2021-04-05/")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.