powered by
Function to check if columns are proportions
is_prop(df, col_names)
list
a data frame to be checked
column names to be checked
Shubhram Pandey shubhram1992@gmail.com
#' attach(exampleData) result <- is_prop(exampleData,c("Male","Age")) result
Run the code above in your browser using DataLab