View source: R/A_butler_ELEMENTS.R
| read.boxnumber | R Documentation | 
looks up the box number in BoxNNNN.txt and optionally cross-checks it with the HW-ID
read.boxnumber(path, boxid, hwidCheck = TRUE)
| path | file path | 
| boxid | data.table with current box - hwid | 
| hwidCheck | check hwid | 
data.table containing Boxnummer.txt info
MV
## Not run: 
 require(SNB2)
 boxid <- harwareIDs()
 x = cardReader()
 z = x[, read.boxnumber(mountpoint, boxid = boxid), by = .(row.names(x)) ]
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.