powered by
Get summary statistics for a single column in an animal data frame
summarise_col(df, col)
animal data frame
column to get summary stats for, as a string
data frame of summary stats for col
# NOT RUN { # Get summary statistics for Distance column of demo data summarise_col(demo, Distance) # }
Run the code above in your browser using DataLab