transform_raw_df | R Documentation |
transform_raw_df() 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 raw dataframe. The function returns Dataset (a tibble).
transform_raw_df(data_df, cases_start_at_1L_int = 1L)
data_df |
Data (a data.frame) |
cases_start_at_1L_int |
Cases start at (an integer vector of length one), Default: 1 |
Dataset (a tibble)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.