Input_df-class: Inputs loaded in the data preparation program from data...

Description Fields Methods

Description

Inputs loaded in the data preparation program from data frames previously generated

Fields

name

: name of the data frame loaded (to be added by user)

data

: data loaded (optional attribute)

process

: process where input is loaded in the data preparation program (to be added by user)

Methods

f_add()

does nothing, just allows to keep track of the new data frame used as input

to be used when in a process, a new data frame is used and there is no need to return it

Example

Input_df( name = 'MasterData', data = MasterData, process = 'Future_Forecast' )$f_add()

f_return()

simply returns the data of the object

By default : return(data)

Example

MasterData2 <- MasterData is now replaced by

MasterData2 <- Input_df( name = 'MasterData', data = MasterData, process = 'Future_Forecast' )$f_return()


Pablo-Lopez-Sfi/dependenciesMap documentation built on June 30, 2020, 2:53 p.m.