tt_intro | R Documentation |
When curating a TidyTuesday dataset, you need to introduce the dataset. This
function creates a simple intro.md
file in the specified path (creating
that path if it does not already exist), and (if possible) opens it for
editing.
tt_intro(
path = "tt_submission",
open = rlang::is_interactive(),
ignore = FALSE
)
path |
The relative path to the directory to hold your submission files
( |
open |
Open the newly created file for editing? Happens in RStudio, if
applicable, or via |
ignore |
Should the newly created file be added to |
A logical vector indicating whether the file was created or modified, invisibly.
tt_intro()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.