create_spreadsheets_200: 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
create_spreadsheets_200(master, year, quarter, num_sections, num_groups = 6,
  create_group_0 = TRUE, 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)

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_200_sheets <- create_spreadsheets_200(
    master = "https://docs.google.com/spreadsheets/d/1aOG8u-r1pObn2_OiiUx530eo2iACrU4nbvQ_9gmdcUw/",
    year = 2018,
    quarter = "AU",
    num_sections = 12
)

## End(Not run)

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