transform_by_x_y: Transform by format

Description Usage Arguments Value Author(s) Examples

View source: R/transform_by_x_y.R

Description

Converts the input by from the Confluence table into adequate format.

Usage

1

Arguments

by_x_y

The string to be transformed. Type = character

Value

Returns a string matching the "by" format used in the merge function.

Author(s)

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

Examples

1
2
transform_by_x_y(by_x_y = "attribute_1, attribute_2") 
returns : "c("attribute_1", "attribute_2")"

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