Description Usage Arguments Value Examples
View source: R/ipeds_functions.R
deprecated Produce a vis_dat plot for ipeds data split by year with optional sampling.
1  | ipeds_visdat(.data, years = "all", .sample_frac = 0.1)
 | 
years | 
 Single year or vector of years to plot. Defaults to all years in data.  | 
.sample_frac | 
 Percent of observations to sample from each year. Defaults to .10.  | 
Plot of ipeds survey by year.
1 2 3 4  | ## Not run: 
hd %>% ipeds_visdat(years = 2008:2011)
## End(Not run)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.