Description Usage Arguments Value Examples
Create a Link to Tidy Data Tutor
1 | tdt_link(code)
|
code |
A string or vector of strings containing R code. |
A string with an appropriately formatted URL to Tidy Data Tutor.
1 2 3 4 5 6 7 8 | ## Not run:
code <- "library(dplyr)
Formaldehyde %>% mutate(Sum = carb + optden)"
tdt_link(code)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.