ted_agr_plot: Creates graph for multiple item agreement questions

Description Usage Arguments Details Value Examples

Description

ted_agr_plot Given a tibble of a given multiple level agreement question, creates graph.

Usage

1
ted_agr_plot(.df, .cap = NULL)

Arguments

.df

A dataframe, piped from ted_agr_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_agr_prep(df, dd, Q27, c("Agree", "Neither agree nor disagree", "Disagree")) %>%
ted_agr_plot()

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