is_prop {closeloop} | R Documentation |
Function to check if columns are proportions
is_prop(df, col_names)
df |
a data frame to be checked |
col_names |
column names to be checked |
list
Shubhram Pandey shubhram1992@gmail.com
#' attach(exampleData)
result <- is_prop(exampleData,c("Male","Age"))
result