Description Usage Arguments Value Examples
Creates a column that indicates if a patient is post-operatively functionally independent or not.
1 |
df |
a data frame containing a |
a data frame
1 2 | df <- data.frame(fnstatus1 = c(1, 2, 3))
df <- df %>% add_postopindependent()
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.