add_postopindependent: Add postoperatively independent column

Description Usage Arguments Value Examples

View source: R/util-cols.R

Description

Creates a column that indicates if a patient is post-operatively functionally independent or not.

Usage

1

Arguments

df

a data frame containing a fnstatus1 column.

Value

a data frame

Examples

1
2
df <- data.frame(fnstatus1 = c(1, 2, 3))
df <- df %>% add_postopindependent()

dylanrussellmd/nsqipBileSpill documentation built on Dec. 20, 2021, 2:17 a.m.