View source: R/extract_timevarying.R
expand_missing | R Documentation |
extract_timevarying
returns a non-sparse table (i.e. rows/hours
with no recorded information for a patient are not presented in the table)
This function serves to expand the table and fill missing rows with NAs. This
is useful when working with packages that expect a regular cadence to the
table.
expand_missing(df)
df |
a table returned from |
a sparse table
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.