| tt_submit | R Documentation | 
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.
tt_submit(
  path = "tt_submission",
  auth = gh::gh_token(),
  open = rlang::is_interactive()
)
| 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  | 
The URL of the pull request, invisibly.
# First set up a dataset in the "tt_submission" folder.
tt_submit()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.