Description Usage Arguments Value Examples
View source: R/summarize_N_from_C.R
This function calculates the mean of a numerical object "N", as grouped by character object "C"
1 | summarize_N_from_C(df, C, N)
|
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 |
A tibble with basic statistic summaries
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 )
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.