R/select_app.R

Defines functions select_app

select_app <- 
  function(
           df,
           col
           ){
    df <- dplyr::select(df, all_of(col))
    return(df)
  }
chi-med-pro/extra documentation built on July 1, 2022, 6:21 a.m.