View source: R/read_importphyto.R
read_importphyto | R Documentation |
Load local phytoplankton cell count file
read_importphyto(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 |
Phytoplankton cell count data downloaded from https://epcbocc.sharepoint.com/:x:/s/Share/ETAfRQ5drmRHntDd1O8s3FQB180Fumed4nQ99w-OIVDxrA?e=eSmtxD&download=1
A data.frame
of formatted water quality data.
read_importwq
## Not run:
# file path
xlsx <- '~/Desktop/phyto_data.xlsx'
# load and assign to object
phytodata <- read_importphyto(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.