is_prop {closeloop}R Documentation

Function to check if columns are proportions

Description

Function to check if columns are proportions

Usage

is_prop(df, col_names)

Arguments

df

a data frame to be checked

col_names

column names to be checked

Value

list

Author(s)

Shubhram Pandey shubhram1992@gmail.com

Examples

#' attach(exampleData)
result <- is_prop(exampleData,c("Male","Age"))
result

[Package closeloop version 0.1.0 Index]