makeSpSheet: makeSpSheet

View source: R/makeSpSheet.R

makeSpSheetR Documentation

makeSpSheet

Description

makeSpSheet produces a species sheet .csv file for target species

Usage

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 project 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.


AndersenLab/easyfulcrum documentation built on Aug. 23, 2023, 2:35 a.m.