Retrieve a data frame of the record belonging to a Ramses object instance.

collect(x, ...)

# S4 method for TherapyEpisode
collect(x)

# S4 method for Encounter
collect(x)

# S4 method for RamsesObject
collect(x)

Arguments

x

an object of class RamsesObject

...

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

Value

a data frame of class tbl_df

See also