summarize_N_from_C: Calculate the mean of a numeric object dependent on a...

Description Usage Arguments Value Examples

View source: R/summarize_N_from_C.R

Description

This function calculates the mean of a numerical object "N", as grouped by character object "C"

Usage

1

Arguments

df

Denotes the dataframe used

C

Is a character object; named this way as it must be a character

N

Is a numerical object; named this way as it must be numerical

Value

A tibble with basic statistic summaries

Examples

1
2
summarize_N_from_C (datateachr::vancouver_trees, cultivar_name , diameter )
summarize_N_from_C(datateachr::apt_buildings,balconies, no_barrier_free_accessible_units )

AFishyButler/SummarizeNFromC documentation built on Dec. 17, 2021, 6:41 a.m.