getNumericDescriptives: getNumericDescriptives

Description Usage Arguments Value Examples

View source: R/getNumericDescriptives.R

Description

A function which pulls descriptive statistics for a single numeric input column can be double or integer. Date types switched out to numeric, caution should be applied.

Usage

1

Arguments

y

input structure

name

name of structure to ID it in future

Value

descriptives, a vector of outputs

Examples

1
stats <- getNumericDescriptives(myData, myName, myRounding)

stephdesilva/excelTransition documentation built on May 19, 2019, 3:05 a.m.