Description Usage Arguments Examples
View source: R/start_curation.R
Initiaties a curation project: Creates gh projects, DB folder, downloads files & filelist
1 2 3 4 5 6 | start_curation(
doi,
folder = getwd(),
owner = "QualitativeDataRepository",
repo = "Project-Curation"
)
|
doi |
A string. the dataset DOI in the form "doi:10.1234/5667" |
folder |
A path to a folder, typically the local Dropobox folder |
owner |
A string. The owner of the github repository to be used |
repo |
A string. The name of the github repository to be used |
1 2 3 4 | ## Not run:
start_curation("doi:10.5064/F6NUVQRR", folder = "C:/Users/Sebastian/Dropbox (QDR)")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.