transform_ds_for_item_plt | R Documentation |
transform_ds_for_item_plt() is a Transform function that edits an object in such a way that core object attributes - e.g. shape, dimensions, elements, type - are altered. Specifically, this function implements an algorithm to transform dataset for item plot. The function returns Transformed data (a tibble).
transform_ds_for_item_plt(
data_tb,
var_nm_1L_chr,
round_var_nm_1L_chr = "round"
)
data_tb |
Data (a tibble) |
var_nm_1L_chr |
Variable name (a character vector of length one) |
round_var_nm_1L_chr |
Round variable name (a character vector of length one), Default: 'round' |
Transformed data (a tibble)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.