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