Writes both a markdown (.md) file which can be copied into an Quarto assessment report as well as the PDF showing the formatted text. Relies on inst/default_text.Rmd and inst/child.Rmd files where the child file is populated with information for each survey associated with the species.

write_default_text(species_list = NULL)

Arguments

species_list

vector with strings matching a subset of those in the "species" column of the configuration file. If NULL, this will be the set of species that have at least one TRUE value in the "used" column.

Author

Ian G. Taylor

Examples

if (FALSE) { # \dontrun{
write_default_text()
} # }