dh.dropCols | R Documentation |
This function allowed you to subset a data frame by column names. It was deprecated
because you can now use dsTidyverseClient::ds.select()
which is much quicker and has greater
flexibility.
dh.dropCols(
df = NULL,
vars = NULL,
new_obj = NULL,
type = NULL,
conns = NULL,
checks = TRUE,
new_df_name = NULL
)
df |
Character specifying a server-side data frame. |
vars |
Character vector specifying columns within |
new_obj |
Optionally, character specifying name for new server-side data frame. Default is to return original data frame with columns removed. |
type |
Character specifying how to treat |
conns |
DataSHIELD connections object. |
checks |
Logical; if TRUE checks are performed prior to running the function. Default is TRUE. |
new_df_name |
Retired argument name. Please use ‘new_obj’ instead. |
Server-side data frame the specified subset of columns.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.