graph_category_percentage: Graph of category percentages

Description Usage Arguments Value Examples

View source: R/graphs.R

Description

Graph of category percentages

Usage

1
graph_category_percentage(dataset, filter_column, x_column)

Arguments

dataset,

dataframe, containing category data

filter_column

character or factor, used for filtering

x_column

character or factor, category data

This function is a shiny app which summarises the categories percentages within a filtered selection in a plot. The function can be added to a markdown document using runtime shiny.

Value

shiny ggplot

Examples

1
graph_category_percentage("dataframe_name", "filter_column", "category_values")

jncc/article17 documentation built on Oct. 11, 2019, 6:15 a.m.