dh.defineCases | R Documentation |
This function allowed you to describe whether a had non-missing values for a set of variables. It
was depricated because you can now use dsTidyverseClient::ds.filter()
to create a subset
of a data frame matching multiple conditions.
dh.defineCases(
df = NULL,
vars = NULL,
type = NULL,
new_obj = NULL,
conns = NULL,
checks = FALSE,
newobj = NULL
)
df |
Character specifying a server-side data frame. |
vars |
Character vector of columns within |
type |
Character specifying how to define cases. Use "any" to describe
subjects with data on any of |
new_obj |
Character specifying name for created serverside object. |
conns |
DataSHIELD connections object. |
checks |
Logical; if TRUE checks are performed prior to running the function. Default is TRUE. |
newobj |
Retired argument name. Please use ‘new_obj’ instead. |
Server-side vector defining whether subject meets criteria defined by
vars
and type
. 1 indicates that criteria were met, 0 indicates that
criteria weren't met.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.