Download and/or import local water quality file for internal use
Source:R/read_importepc.R
read_importepc.Rd
Download and/or import local water quality file for internal use
Usage
read_importepc(xlsx, download_latest = FALSE, na = c("", "NULL"))
Arguments
- xlsx
chr string path for local excel file, to overwrite if not current
- download_latest
logical passed to
read_dlcurrent
to download raw data and compare with existing inxlsx
if available- na
chr vector of strings to interpret as
NA
, passed toread_xlsx
Details
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.