summarise_col: Get summary statistics for a single column in an animal data...

Description Usage Arguments Value Examples

View source: R/data_analysis.R

Description

Get summary statistics for a single column in an animal data frame

Usage

1

Arguments

df

animal data frame

col

column to get summary stats for, as a string

Value

data frame of summary stats for col

Examples

1
2
3
# Get summary statistics for Distance column of demo data

summarise_col(demo, Distance)

mathedjoe/animaltracker documentation built on Aug. 12, 2021, 7:46 a.m.