generate.loader.functions: Generate All Code Necessary for Fully Loading, Expanding, and...

Description Usage Arguments Value

View source: R/generate_result_data_frame_functions.R

Description

This function invokes all the single code generators needed to build the loader code

Usage

1
2
3
4
5
6
generate.loader.functions(meta.columns = create.standard.meta.columns(),
  result.columns = create.standard.result.columns(),
  function.name = .func.result.load.all,
  validate.function.name = .func.result.data.frame.validate,
  expand.function.name = .func.result.data.frame.expand,
  frame.load.function.name = .func.result.data.frame.load)

Arguments

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 generate.result.data.frame.validate.function

expand.function.name

the name of the function generated by generate.result.data.frame.expand.function

frame.load.function.name

the name of the single frame loading function

Value

a list with two members: name, the name of the generated function and code, the code of the generated functions


thomasWeise/literatureAndResultsGen documentation built on Nov. 5, 2019, 10:07 a.m.