get_gl_sanctions: Get CP Greek Life sanction information

Description Usage Arguments Value References Examples

View source: R/greek_life.R

Description

Scrapes Cal Poly Greek Life's chapter sanction webpage to get data frame of current sanctions

Usage

1

Arguments

save

Saves the outputted data frame as a csv file named "cpgl_sanctions_MMDDYY.csv" to your current directory. Default is FALSE

Value

A data frame with 7 columns containing chapter sanction information

References

https://greeklife.calpoly.edu/chapter-sanction-information

Examples

1
2
3
4
5
6
get_gl_sanctions()
## To save the outputted data frame of sanction info as a csv
## Not run: 
get_gl_sanctions(save = TRUE)

## End(Not run)

srhen/mustangnews documentation built on June 15, 2020, 3:45 a.m.