list_course_spreadsheets: List Existing Course Spreadsheets

Description Usage Arguments Value Examples

Description

list_course_spreadsheets creates a table with information about existing 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.

sheet_exists determines whether or not a spreadsheet with the given title exists. Note that the match is case sensitive, so "my sheet" does not match "My Sheet".

Usage

1
2
3
4
list_course_spreadsheets(course = NULL, year = NULL, quarter = NULL,
  section = NULL)

sheet_exists(title)

Arguments

course

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

year

The year (optional)

quarter

The quarter (optional)

section

The section name (optional)

title

Spreadsheet title

Value

A data frame with one row per matching sheet

Examples

1
2
3
4
## Not run: 
sheets_2017 <- list_course_spreadsheets(year = 2017)

## End(Not run)

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