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).


thebioengineer/tidytuesdayR documentation built on June 13, 2025, 4:55 p.m.