get_master_data: Retrieve Data from Master Spreadsheet

Description Usage Arguments Value Examples

Description

get_master_data returns the data from the master spreadsheet as a data frame ()

save_master_data saves data from the master spreadsheet to a csv file

Usage

1
2
3
get_master_data(master, problems_as_logical = FALSE, ...)

save_master_data(master, path, ...)

Arguments

master

URL of the master spreadsheet

problems_as_logical

Whether or not to try to convert ProblemIdentified and SequenceProblemIdentified values to logical (default: FALSE)

...

Additional arguments passed to gs_read (get_master_data) or write_csv (save_master_data).

path

File path or connection to write data to

Value

A data frame (tibble)

Examples

1
2
3
4
## Not run: 
TODO

## End(Not run)

KerrLab/introbiocure documentation built on May 17, 2019, 11:36 a.m.