tt_submit {tidytuesdayR} | R Documentation |
Submit a TidyTuesday dataset
Description
Submit a curated dataset for review by uploading it to GitHub and creating a
pull request. The dataset should be prepared using tt_clean()
,
tt_save_dataset()
, tt_intro()
, and tt_meta()
. You can also use this
function to submit changes to your local copies of the files.
Usage
tt_submit(
path = "tt_submission",
auth = gh::gh_token(),
open = rlang::is_interactive()
)
Arguments
path |
The relative path to the directory to hold your submission files
( |
auth |
A GitHub token. See |
open |
Whether to open the pull request in a browser. Defaults to |
Value
The URL of the pull request, invisibly.
Examples
# First set up a dataset in the "tt_submission" folder.
tt_submit()
[Package tidytuesdayR version 1.2.1 Index]