transform_tbl_to_rnd_vars | R Documentation |
transform_tbl_to_rnd_vars() 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 table to round variables. Function argument ds_tb specifies the object to be updated. Argument nbr_of_digits_1L_int provides the object to be updated. The function returns Transformed dataset (a tibble).
transform_tbl_to_rnd_vars(ds_tb, nbr_of_digits_1L_int = 2L)
ds_tb |
Dataset (a tibble) |
nbr_of_digits_1L_int |
Number of digits (an integer vector of length one), Default: 2 |
Transformed dataset (a tibble)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.