workshop: A function that prepares the workshop.

Description Usage Arguments Details Author(s) See Also Examples

View source: R/workshop.R

Description

A function that prepares the workshop.

Usage

1
workshop(write_data = TRUE, write_scripts = TRUE, launch_index = TRUE)

Arguments

write_data

logical or string. If TRUE, writes all data sets. If FALSE, write no data sets. If string, vector of data sets to be written.

write_scripts

logical or string. If TRUE, writes all scripts. If FALSE, write no scripts. If string, vector of scripts to be written.

launch_index

logical. If TRUE, launches the workshop html index.

Details

By default, the function uses the data function to load data sets and then uses the write.csv function to write them to a file. It then launches the ISDSWorkshop html index using the vignette function.

Author(s)

Jarad Niemi <http://jarad.me>

See Also

data,GI,write.csv,ISDSWorkshop

Examples

1
2
3
4
5
6
## Not run: 
workshop()
workshop(write_data = FALSE)
workshop(clean = FALSE) 

## End(Not run)

jarad/ISDSWorkshop documentation built on May 18, 2019, 2:39 p.m.