All actions concerning calibrations are kept with the registration form of the device: name + link.
calib <- data.frame( calibration = c("R^2", "Slope", "Area Blanco", "Area Standard"), Criterium = "", Term = "") pander::pander(calib, split.tables = Inf)
All actions concerning controls are kept with the registration form of the device: name + link.
control <- data.frame( Part = "", Control = "", Criterium = "", Term = "") pander::pander(control, split.tables = Inf)
All actions concerning maintenance are kept with the registration form of the device: name + link.
maintenance <- data.frame( Maintenance = c("Extern", "Intern"), Action = "", Criterium = "", Term = "") pander::pander(maintenance, split.tables = Inf)
Reagents and materials:
Actions:
All actions concerning errors are kept with the registration form of the device: name + link.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.