prep_tt_curate {tidytuesdayR} | R Documentation |
Set up a directory for dataset curation
Description
Set up a directory for dataset curation
Usage
prep_tt_curate(
path = "tt_submission",
ignore = FALSE,
env = rlang::caller_env()
)
Arguments
path |
The relative path to the directory to hold your submission files
( |
ignore |
Should the newly created file be added to |
Value
The resolved path (invisibly).
[Package tidytuesdayR version 1.2.1 Index]