Description Usage Arguments Details Value
View source: R/add.admissions.r
Add an "admissions" column
1 |
X |
a data frame |
Add a column with a the number of admissions,
computed as diff(X$hosp) + diff(X$rad) + diff(X$dc)
.
Special care is given to the case of missing days.
An identical data frame with an "admissions" column.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.