tdt_link {tidydatatutor} | R Documentation |
Create a Link to Tidy Data Tutor
Description
Create a Link to Tidy Data Tutor
Usage
tdt_link(code)
Arguments
code |
A string or vector of strings containing R code. |
Value
A string with an appropriately formatted URL to Tidy Data Tutor.
Examples
## Not run:
code <- "library(dplyr)
Formaldehyde %>% mutate(Sum = carb + optden)"
tdt_link(code)
## End(Not run)
[Package tidydatatutor version 0.1.0 Index]