is_prop | 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
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.