tbnispp | R Documentation |
Reference table for Tampa Bay Nekton Index species classifications
tbnispp
A data frame with 196 rows and 10 variables:
int
chr
chr
chr
chr
chr
chr
chr
chr
chr
## Not run:
library(dplyr)
# import and clean
tbnispp <- read.csv('../tbni-proc/data/TBIndex_spp_codes.csv',
header = TRUE, stringsAsFactors = FALSE) %>%
mutate(
NODCCODE = as.character(NODCCODE),
NODCCODE = case_when(NODCCODE == "9.998e+09" ~ "9998000000",
TRUE ~ NODCCODE)
)
save(tbnispp, file = 'data/tbnispp.RData', compress = 'xz')
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.