Description Usage Arguments Value Examples
Create a Link to Tidy Data Tutor from an R Code File
1 |
file |
The path to an R code file. |
A string with an appropriately formatted URL to Tidy Data Tutor.
1 2 3 4 5 6 | ## Not run:
r_code_file <- system.file("test", "test-1.R", package = "tidydatatutor")
tdt_file(r_code_file)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.