Learn R Programming

linea (version 0.1.1)

check_trans_df: check_trans_df

Description

Check trans_df based on default_trans_df

Usage

check_trans_df(trans_df)

Value

data.frmae of trans_df

Arguments

trans_df

data.frame defining the non-linear transformations to apply

Details

Check that the trans_df data.frame contains all the necessary columns. If not, create them and return the amended trans_df.

Examples

Run this code
default_trans_df() %>% check_trans_df()

Run the code above in your browser using DataLab