write_ballots: Write 'ranked_ballots' to a file.

View source: R/ballots.R

write_ballotsR Documentation

Write ranked_ballots to a file.

Description

Deprecated in favour of fucntionality from the 'prefio' package. Writes a set of ballots to a new file. This follows the ballot:count standard, with a header describing the candidates.

Usage

write_ballots(ballots, filename = "", return_lines = FALSE, suppress = FALSE)

Arguments

ballots

The ranked_ballots to write to a file.

filename

The name of the file to write to, or "" to write output to stdout.

return_lines

A flag which determines whether or not the output should be returned as a character vector

suppress

A flag which, when True, suppresses any output to stdout.

Examples

write_ballots(ranked_ballots(c(LETTERS)), tempfile("test.txt"))
write_ballots(ranked_ballots(c(LETTERS)))


elections.dtree documentation built on Sept. 16, 2023, 5:06 p.m.