# \donttest{
# Bacterioplankton abundance
try(abun <- get_delivery_template("Bacterioplankton",
bacterioplankton_subtype = "abundance"))
if (exists("abun")) print(abun)
# Bacterioplankton production
try(prod <- get_delivery_template("Bacterioplankton",
bacterioplankton_subtype = "production"))
# Phytoplankton template
try(phyto <- get_delivery_template("Phytoplankton"))
# Phytoplankton column explanation (sheet number 3)
try(phyto_column_explanation <- get_delivery_template("Phytoplankton",
sheet = 3,
header_row = 4,
skip = 3))
if (exists("phyto_column_explanation")) print(phyto_column_explanation)
# }
Run the code above in your browser using DataLab