compute | R Documentation |
Compute the tbl_sql
records of a Ramses object in the
backend database (see dplyr::compute()
). This function
creates a database index of Encounter
and TherapyEpisode
longitudinal tables, which can speed up operations such as those performed
by clinical_feature_x()
functions.
compute(x, ...)
## S4 method for signature 'TherapyEpisode'
compute(x)
## S4 method for signature 'Encounter'
compute(x)
## S4 method for signature 'RamsesObject'
compute(x)
x |
an object of class |
... |
arguments passed on to methods (compatibility with |
an object of class RamsesObject
compute()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.