rcv (version 0.2.0)

readable: Alters ballot dataframe to have each row correspond to a single voter

Description

Alters ballot dataframe to have each row correspond to a single voter

Usage

readable(clean)

Arguments

clean

A tidy dataframe that comes from ballot_tidy()

Value

A dataframe that can be easily read and understood by humans

Examples

Run this code
# NOT RUN {
readable(sf_bos_clean)
# }

Run the code above in your browser using DataCamp Workspace