read.boxnumber: looks up the box number

View source: R/A_butler_ELEMENTS.R

read.boxnumberR Documentation

looks up the box number

Description

looks up the box number in BoxNNNN.txt and optionally cross-checks it with the HW-ID

Usage

read.boxnumber(path, boxid, hwidCheck = TRUE)

Arguments

path

file path

boxid

data.table with current box - hwid

hwidCheck

check hwid

Value

data.table containing Boxnummer.txt info

Author(s)

MV

Examples

## Not run: 
 require(SNB2)
 boxid <- harwareIDs()
 x = cardReader()
 z = x[, read.boxnumber(mountpoint, boxid = boxid), by = .(row.names(x)) ]

## End(Not run)


mpio-be/SNB2 documentation built on Sept. 17, 2024, 4:27 p.m.