start_curation: Initiaties a curation project: Creates gh projects, DB...

Description Usage Arguments Examples

View source: R/start_curation.R

Description

Initiaties a curation project: Creates gh projects, DB folder, downloads files & filelist

Usage

1
2
3
4
5
6
start_curation(
  doi,
  folder = getwd(),
  owner = "QualitativeDataRepository",
  repo = "Project-Curation"
)

Arguments

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

Examples

1
2
3
4
## Not run: 
start_curation("doi:10.5064/F6NUVQRR", folder = "C:/Users/Sebastian/Dropbox (QDR)")

## End(Not run)

QualitativeDataRepository/dvcurator documentation built on Nov. 8, 2021, 10 a.m.