read.boxnumber: looks up the box number

Description Usage Arguments Value Author(s) Examples

View source: R/A_butler_ELEMENTS.R

Description

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

Usage

1
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

1
2
3
4
5
6
7
## 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 March 27, 2020, 8:33 p.m.