Learn R Programming

tidydatatutor (version 0.1.0)

tdt_link: 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

Run this code
# NOT RUN {
code <- "library(dplyr)
Formaldehyde %>% mutate(Sum = carb + optden)"

tdt_link(code)
# }

Run the code above in your browser using DataLab