View source: R/writeEuCodedFiles.R
| writeEuCodedFile | R Documentation | 
Write Inspection Data to File in EU Format
writeEuCodedFile(
  inspection.data,
  output.file = NULL,
  version = 3L,
  dbg = TRUE,
  ...
)
inspection.data | 
 inspection data as retrieved by e.g.
  | 
output.file | 
 full path to output file  | 
version | 
 version of implementation. One of   | 
dbg | 
 if   | 
... | 
 passed to   | 
if output.file is given, the path to the output file is 
returned, otherwise (output.file = NULL) the file content is
returned as a vector of character representing the lines of the file.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.