tdt_file {tidydatatutor} | R Documentation |
Create a Link to Tidy Data Tutor from an R Code File
tdt_file(file)
file |
The path to an R code file. |
A string with an appropriately formatted URL to Tidy Data Tutor.
## Not run:
r_code_file <- system.file("test", "test-1.R", package = "tidydatatutor")
tdt_file(r_code_file)
## End(Not run)