powered by
When working in a Health Catalyst Source Area Mart (SAM), utility columns are added automatically when running a non-R binding
add_SAM_utility_cols(d)
A dataframe with three additional columns
A dataframe
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