tdt_link: Create a Link to Tidy Data Tutor

Description Usage Arguments Value Examples

View source: R/tdt_url.R

Description

Create a Link to Tidy Data Tutor

Usage

1
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

1
2
3
4
5
6
7
8
## Not run: 

code <- "library(dplyr)
Formaldehyde %>% mutate(Sum = carb + optden)"

tdt_link(code)

## End(Not run)

tidydatatutor documentation built on Dec. 10, 2021, 5:10 p.m.