transform_tbl_to_rnd_vars: Transform table to round variables

transform_tbl_to_rnd_varsR Documentation

Transform table to round variables

Description

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).

Usage

transform_tbl_to_rnd_vars(ds_tb, nbr_of_digits_1L_int = 2L)

Arguments

ds_tb

Dataset (a tibble)

nbr_of_digits_1L_int

Number of digits (an integer vector of length one), Default: 2

Value

Transformed dataset (a tibble)


ready4-dev/specific documentation built on Oct. 13, 2023, 7:54 a.m.