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 TherapyEpisode
compute(x)

# S4 method for Encounter
compute(x)

# S4 method for RamsesObject
compute(x)

Arguments

x

an object of class RamsesObject

...

arguments passed on to methods (compatibility with dplyr's S3 generic)

Value

an object of class RamsesObject

See also