Learn R Programming

animaltracker (version 0.2.0)

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

Description

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

Usage

summarise_col(df, col)

Arguments

df

animal data frame

col

column to get summary stats for, as a string

Value

data frame of summary stats for col

Examples

Run this code
# NOT RUN {
# Get summary statistics for Distance column of demo data

summarise_col(demo, Distance)

# }

Run the code above in your browser using DataLab