check.batch: Compare letnos or nolets from scan files with harvest list...

View source: R/manageScans.R

check.batchR Documentation

Compare letnos or nolets from scan files with harvest list for an experiment.

Description

This function compares the vector scans$letno with the vector hh.2012$letno. Make sure you set the working directory to the directory that contains the dataframes scans and hh.2012.

Usage

check.batch(batch = "SPP", scansdf = scans, harvestFile = hh.2014)

Arguments

batch

character the hh.2013 and hh.2014 dataframes has the batch field populated with experiment name. In 2012 and before batch was an integer identifier for a garden in cg1. batch defaults to SPP.

scansdf

dataframe in format of output from function loadScans. The default name is scans.

harvestFile

dataframe such as hh.2012 or hh.2013

Value

names list of of interest

See Also

loadScans

check.year

Examples


## Not run: 
scans <- loadScans("I:\\Departments\\Research\\EchinaceaCG2012\\scanExamples")
check.batch("321")
## End(Not run)


stuartWagenius/echinaceaLab documentation built on April 13, 2025, 5:22 a.m.