View source: R/read_importepc.R
read_importepc | R Documentation |
Download and/or import local water quality file for internal use
read_importepc(xlsx, download_latest = FALSE, na = c("", "NULL"))
xlsx |
chr string path for local excel file, to overwrite if not current |
download_latest |
logical passed to |
na |
chr vector of strings to interpret as |
Loads the "RWMDataSpreadsheet" worksheet from the file located at xlsx
. The file is downloaded from https://epcbocc.sharepoint.com/:x:/s/Share/EYXZ5t16UlFGk1rzIU91VogBa8U37lh8z_Hftf2KJISSHg?e=8r1SUL&download=1. The files can be viewed at https://epcbocc.sharepoint.com/:f:/s/Share/EiypSSYdsEFCi84Sv_6-t7kBUYaXiIqN0B1n2w57Z_V3kQ?e=NdZQcU.
This function is used internally by read_importwq
and read_importfib
because both use the same source data from the Environmental Protection Commission of Hillsborough County.
An unformatted data.frame
from EPC
read_importwq
, read_importfib
## Not run:
# file path
xlsx <- '~/Desktop/RWMDataSpreadsheet_ThroughCurrentReportMonth.xlsx'
# load and assign to object
epcall <- read_importepc(xlsx, download_latest = T)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.