Learn R Programming

tidytuesdayR (version 1.2.0)

prep_tt_curate: 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()
)

Value

The resolved path (invisibly).

Arguments

path

The relative path to the directory to hold your submission files (tt_submission by default). If this directory does not exist, it will be created.

ignore

Should the newly created file be added to .Rbuildignore?