phytodata | R Documentation |
Phytoplankton data current as of 10312024
phytodata
A nested tibble
with 40521 rows and 8 variables:
chr
Date
chr
chr
num
Date
num
Ord.factor
## Not run:
# location to download data
path <- tempfile(fileext = '.xlsx')
# load and assign to object
phytodata <- read_importphyto(path, download_latest = TRUE)
nrow(phytodata)
ncol(phytodata)
save(phytodata, file = 'data/phytodata.RData', compress = 'xz')
file.remove(path)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.