workshop: A function that prepares the workshop.

Description Usage Arguments Details Author(s) See Also Examples

Description

A function that prepares the workshop.

Usage

1
2
workshop(write_data = FALSE, write_scripts = FALSE,
  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 MWBDSSworkshop html index using the vignette function.

Author(s)

Jarad Niemi <http://jarad.me>

See Also

data,GI,write.csv,MWBDSSworkshop

Examples

1
2
3
4
5
## Not run: 
workshop()
workshop(write_data = TRUE, write_scripts = TRUE)

## End(Not run)

jarad/MWBDSSworkshop documentation built on June 11, 2019, 1:42 p.m.