# \donttest{
# Only single "*" required columns
try(find_required_fields("Bacterioplankton"))
# Include both "*" and "**" required columns (national monitoring too)
try(find_required_fields("Bacterioplankton", stars = 2))
# Include up to three levels of "*"
try(find_required_fields("Phytoplankton", stars = 3))
# }
Run the code above in your browser using DataLab