Description Usage Arguments Value Author(s) Examples
View source: R/transform_by_x_y.R
Converts the input by from the Confluence table into adequate format.
1 | transform_by_x_y(by_x_y)
|
by_x_y |
The string to be transformed. Type = character |
Returns a string matching the "by" format used in the merge function.
Briac LE RAY (briac.leray@partnre.com)
1 2 | transform_by_x_y(by_x_y = "attribute_1, attribute_2")
returns : "c("attribute_1", "attribute_2")"
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.