delete_section_spreadsheet: Delete the Google Sheet for a BIO 180/200 section

Description Usage Arguments Value Examples

Description

Delete the Google Sheet for a BIO 180/200 section

Usage

1
delete_section_spreadsheet(course, year, quarter, section, ...)

Arguments

course

The course number (e.g., 180 or 200)

year

The year

quarter

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

section

The section name (e.g., "G"). Section names are named with a single letter from A-Z. When more than 26 sections exist, subsequent sections are named AA-AZ.

...

Additional arguments (ignored)

Value

TODO

Examples

1
2
3
4
## Not run: 
delete_section_spreadsheet(course = 180, year = 2017, quarter = "AU", section = "C")

## End(Not run)

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