select_section_spreadsheets: Select Section Sheets Based on Course, Year, Quarter, and/or...

Description Usage Arguments Value Examples

Description

select_section_spreadsheets selects course spreadsheets. If any arguments are provided, only sheets matching those parameters are shown. For example, if course = 180, only sheets for BIO 180 are returned

Usage

1
2
select_section_spreadsheets(course = NULL, year = NULL, quarter = NULL,
  section = NULL)

Arguments

course

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

year

The year (optional)

quarter

The quarter (optional)

section

The section name (optional)

Value

A vector of spreadsheet keys

Examples

1
2
3
4
## Not run: 
select_section_spreadsheets(course = 180)

## End(Not run)

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