get_epis | R Documentation |
This function is a wrapper and internally uses pull_epis_from_cste
. If
a cache file exist, it will use the cache file. However, if it does not exist
or the force
argument is used then the data will be pulled from
https://resources.cste.org/envhealth.
Cache is checked using Sys.date
therefore by default it will only be
read directly from the website if the server detect a new date as calculated
by Sys.date()
. This cache is used to avoid unnecessary requests.
get_epis(force = FALSE)
force |
logical; TRUE will force the function to request the data from the CSTE website. |
A list that include a dataframe and the status for the HTTP POST request.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.