makeSpSheet produces a species sheet .csv file for target species

makeSpSheet(
  data,
  target_sp = c("Caenorhabditis briggsae", "Caenorhabditis elegans",
    "Caenorhabditis tropicalis"),
  dir = NULL
)

Arguments

data

a checked dataframe generated from the procPhotos function.

target_sp

a vector of target species names with full genus and species names. Default target species names are: Caenorhabditis briggsae, Caenorhabditis elegans, Caenorhabditis tropicalis.

dir

Default is NULL.Supply the path to the base fulcrum directory to export the species sheet to reports/spSheet.csv.

Value

a list of dataframes containing species sheets for target species with flags for identified issues.