Description Usage Arguments Value
View source: R/generate_result_data_frame_functions.R
Generate a loader function from a description of meta and result columns.
1 2 3 4  | generate.result.data.frame.load.function(meta.columns, result.columns,
  function.name = .func.result.data.frame.load,
  validate.function.name = .func.result.data.frame.validate,
  expand.function.name = .func.result.data.frame.expand)
 | 
meta.columns | 
 the meta-data columns. Their value can either be specified as parameter of the generated function or inside the result csv file.  | 
result.columns | 
 the values of these columns can only be specified in the csv file  | 
function.name | 
 the function name to use for the generated function  | 
validate.function.name | 
 the name of the function generated by
  | 
expand.function.name | 
 the name of the function generated by
  | 
a function for loading a data frame from a csv file
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.