select_columns: Find necessary columns

Description Usage Arguments Value Author(s) Examples

View source: R/select_columns.R

Description

This function selects the columns necessary from a dataframe.

Usage

1
select_columns(template_load_data, template_merge)

Arguments

template_load_data

The filled loading template. Type = dataframe

template_merge

The filled merging template. Type = dataframe

Value

The list of the columns mentionned in the templates. Type = dataframe

Author(s)

Briac LE RAY (briac.leray@partnre.com)

Examples

1
select_columns(template_load_data = my_filled_template, template_merge = my_filled_template)

Tiipiac/StressTestOptimization documentation built on Dec. 18, 2021, 5:08 p.m.