get_stats: Calculate several stats for obj

View source: R/summarize_data.R

get_statsR Documentation

Calculate several stats for obj

Description

Using S3 methods to dispatch get_stats according to the obj class

Usage

get_stats(obj)

## Default S3 method:
get_stats(obj)

## S3 method for class 'numeric'
get_stats(obj)

## S3 method for class 'Date'
get_stats(obj)

## S3 method for class 'POSIXct'
get_stats(obj)

Arguments

obj

Value

a named vector of stats


edalfon/efun documentation built on June 23, 2024, 4:17 a.m.