ted_yn_plot: Creates graph for multiple yes no type questions

Description Usage Arguments Details Value Examples

Description

ted_yn_plot Given a tibble of a given multiple level yes/no type question, creates graph.

Usage

1
ted_yn_plot(.df, .cap = NULL)

Arguments

.df

A dataframe, piped from ted_yn_prep

.cap

Text for a caption (optional)

Details

This is an NACD function: Should you experience difficulties, see Ted Sikora

Value

A graph

Examples

1
2
ted_yn_prep(df, dd, Q17, .l=c("Strength","Weakness")) %>%
ted_yn_plot()

TSwork/TSpack documentation built on Dec. 15, 2020, 7:30 p.m.