getManipulateData: Load the data manipulation function, if present

Description Usage Arguments Value

Description

If the ‘dataManipulate.R' file is present within a study’s data directory, it must contain the function 'manipulate'. Otherwise we return the identity function to indicate no manipulations will be done. The function must take a data.frame as an argument and return one as the return value, but this is not checked at present.

Usage

1
getManipulateData(studyName)

Arguments

studyName

folder where data is stored

Value

function for manipulating a data.frame


dfalster/dataMashR documentation built on May 15, 2019, 5:11 a.m.