dh.columnCast | R Documentation |
This function allowed you to change the class of variables within a data frame. It was depricated
because you can now use dsTidyverseClient::ds.mutate()
which is much quicker and has greater
flexibility.
dh.columnCast(
df = NULL,
target_vars = NULL,
target_class = NULL,
conns = NULL,
checks = TRUE
)
df |
Character specifying a server-side data frame. |
target_vars |
Character vector specifying which columns are to be casted to new classes. |
target_class |
Character vector specifying the objective classes of the selected columns. |
conns |
DataSHIELD connections object. |
checks |
Logical; if TRUE checks are performed prior to running the function. Default is TRUE. |
Tibble with a summary of the successful and failed casts
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.