View source: R/covid19_Canada.R
covid19.URL_csv.data | R Documentation |
function to read CSV from URLs or local replicas
covid19.URL_csv.data(
local.data = FALSE,
acknowledge = FALSE,
srcURL = "",
srcName = "",
locFileName = NA,
locVarName = NA
)
local.data |
boolean flag to indicate whether the data will be read from the local repo, in case of connectivity issues or data integrity |
acknowledge |
boolean flag to indicate that the user acknowledges where the data is coming from. If FALSE, display data acquisition messages. |
srcURL |
URL from where to obtain the data |
srcName |
name of the source |
locFileName |
name of the file to read from local repo |
locVarName |
name of the variable loaded from local file |
data as oriignally obtained from the URL src
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.