check_targets: Check target columns for agreement Wrapper function for...

View source: R/check_targets.R

check_targetsR Documentation

Check target columns for agreement Wrapper function for ‘check_row', which checks three elements of a named vector against each other and returns TRUE (if they match) or FALSE (if they don’t) while ignoring NAs.

Description

check_targets

Usage

check_targets(
  dataframe,
  cols = c("lut_Species_MitoFish", "BLAST_scientific_name", "Species")
)

Arguments

dataframe

data frame object to check

cols

specific columns in the dataframe to check

Value

a logical vector

Author(s)

Matt Espe, Myfanwy Johnston


fishsciences/elaphos documentation built on July 9, 2022, 4:37 a.m.