create_folder: Creates a download directory named QDR Project - Author with...

Description Usage Arguments Value Examples

View source: R/create_folders.R

Description

Creates a download directory named QDR Project - Author with two subfolders in the specified folder

Usage

1
create_folder(data, folder = getwd())

Arguments

data

A dataverse dataset object

folder

The parent folder in which the download directory will be created. Typically the Dropbox folder.

Value

The filepath of the created folder

Examples

1
2
3
4
5
## Not run: 
data <- get_dataset("doi:10.5064/F6NUVQRR")
folderpath <- create_folder(data, folder="C:/Users/Sebastian/Dropbox/QDR Project - Smith")

## End(Not run)

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