Skip to contents

Wrangle an input discussion data frame and prepares it for use by the the reporting functions in this package.

Usage

wrangle_discussion(db_discussion)

Arguments

db_discussion

data frame; A standard discussion data frame.

Value

A formatted data frame suitable for use by the report functions.

Examples

# Get test data
db_discussion <- rarr::db_discussion

discussion <- wrangle_discussion(db_discussion)