read_formfim | R Documentation |
Format FIM data for the Tampa Bay Nekton Index
read_formfim(datin, locs = FALSE)
datin |
input |
locs |
logical indicating if a spatial features object is returned with locations of each FIM sampling station |
Function is used internally within read_importfim
A formatted data.frame
with FIM data if locs = FALSE
, otherwise a simple features object if locs = TRUE
read_importfim
# file path
url <- 'https://raw.githubusercontent.com/tbep-tech/tbni-proc/master/data/'
fl <- 'TampaBay_NektonIndexData.csv'
csv <- url(paste0(url, fl))
datin <- read.csv(csv)
# load and assign to object
fimdata <- read_formfim(datin)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.