Description Usage Arguments Examples
View source: R/data - scrape and download.R
experimental
This function is primarily internal. It is used to update (or download if it does not exist) a local index of the data files available from IPEDS data center (but not the data itself). If the local index is less than 1 month old, it does not update as scraping the data center is time consuming and new files are added only a few times a year. This behavior can be circumvented by using `force = TRUE`
. If the local index is over 1 month old, it is updated automatically.
1 |
force |
Logical indicating whether to force an update if local copy is less than 1 month old. Defaults to FALSE |
1 2 3 4 | ## Not run:
update_available_ipeds(force = TRUE)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.