ofsaa_data: Create OFSAA data object

Description Usage Arguments

View source: R/ofsaa.R

Description

Expand and arrange columns into specific order. Function takes dataframe and desired list of columns and returns dataframe with this columns arranged accordingly if column present and original dataframe and missing in columns than it will be dropped. If column is missing in original dataframe and present in columns than new column with NA values will be generated.

Usage

1
ofsaa_data(dataframe, columns = NULL)

Arguments

dataframe

dataframe to be arranged

columns

vector of column names that defines what columns should present in the result dataframe and in which order should they appear


EvgenyPetrovsky/adaptor documentation built on Aug. 29, 2019, 8:32 p.m.