View source: R/read_importfim.R
read_importfim | R Documentation |
Load local FIM data for the Tampa Bay Nekton Index
read_importfim(csv, download_latest = FALSE, locs = FALSE)
csv |
chr string path for local csv file, to overwrite if not current |
download_latest |
logical passed to |
locs |
logical indicating if a spatial features object is returned with locations of each FIM sampling station |
Data downloaded from ftp://ftp.floridamarine.org/users/fim/tmac/NektonIndex/TampaBay_NektonIndexData.csv.
A formatted data.frame
with FIM data if locs = FALSE
, otherwise a simple features object if locs = TRUE
read_formwq
, read_importphyto
## Not run:
# file path
csv <- '~/Desktop/fimraw.csv'
# load and assign to object
fimdata <- read_importfim(csv, download_latest = TRUE)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.