tdt_file: Create a Link to Tidy Data Tutor from an R Code File

Description Usage Arguments Value Examples

View source: R/tdt_url.R

Description

Create a Link to Tidy Data Tutor from an R Code File

Usage

1

Arguments

file

The path to an R code file.

Value

A string with an appropriately formatted URL to Tidy Data Tutor.

Examples

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)

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