healthcareai (version 2.3.0)

add_SAM_utility_cols: Add SAM utility columns to table

Description

When working in a Health Catalyst Source Area Mart (SAM), utility columns are added automatically when running a non-R binding

Usage

add_SAM_utility_cols(d)

Arguments

d

A dataframe

Value

A dataframe with three additional columns

Examples

Run this code
# NOT RUN {
d <- data.frame(a = c(1,2,NA,NA),
                 b = c(100,300,200,150))
d <- add_SAM_utility_cols(d)

# }

Run the code above in your browser using DataLab