when_dyspnea | R Documentation |
Parse a column for type of dyspnea
when_dyspnea(vec)
vec |
a character vector of values to convert |
NSQIP encodes the dyspnea
column as either "no", "at rest", or "moderate exertion".
This function factors the vector for the levels "At rest" and "Moderate exertion".
a factor vector
nsqipr:::when_dyspnea(c("at rest","moderate exertion", NA))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.