prep_tt_curate: Set up a directory for dataset curation

View source: R/tt_curate_utils.R

prep_tt_curateR 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 (tt_submission by default). If this directory does not exist, it will be created.

ignore

Should the newly created file be added to .Rbuildignore?

Value

The resolved path (invisibly).


tidytuesdayR documentation built on June 8, 2025, 1:33 p.m.