create_spreadsheets_180: Create all Section Spreadsheets for BIO 180 for a Given...

Description Usage Arguments Value Examples

Description

Create all Section Spreadsheets for BIO 180 for a Given Quarter

Usage

1
2
3
create_spreadsheets_180(master, year, quarter, num_sections, num_groups = 6,
  create_group_0 = FALSE, drugs_iso = c("None", "RIF", "STR"),
  trim = TRUE)

Arguments

master

URL of the master spreadsheet

year

The year

quarter

The quarter. One of: "AU", "WI", "SP", "SU".

num_sections

Total number of sections

num_groups

Number of groups for each section (default: 6)

create_group_0

Whether or not to create a group 0 for controls (default: FALSE)

drugs_iso

List of drugs used when creating progenitors (default: c("None", "RIF", "STR"))

trim

Should the resulting worksheet only include the necessary cells? (default: TRUE)

Value

A list of googlesheet objects, one per section

Examples

1
2
3
4
5
6
7
8
9
## Not run: 
my_180_sheets <- create_spreadsheets_180(
    master = "https://docs.google.com/spreadsheets/d/1aOG8u-r1pObn2_OiiUx530eo2iACrU4nbvQ_9gmdcUw/",
    year = 2018,
    quarter = "AU",
    num_sections = 3
)

## End(Not run)

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