get_total: Get the total of numeric variables

View source: R/R ez.R

get_totalR Documentation

Get the total of numeric variables

Description

Get the total of numeric variables

Usage

get_total(df)

Arguments

df

Object of type dataframe

This function calculates the total of all numerical variables, there must be at least one variable of any type other than numerical.

Examples

get_total(iris)

bfernandez2/ezR documentation built on April 4, 2022, 1:54 p.m.