Skip to content
/ BLT Public

R Package designed to parse .blt ballot files

License

Notifications You must be signed in to change notification settings

jackgovier/BLT

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BLT

read_blt

Package created to read .blt files from OpenSTV / OpaVote into R and parse them as tibbles with one row per ballot, and columns indicating preference order from left to right. Each column stored as a factor with candidate names.

Originally created for Green Party of England and Wales internal elections - if you have examples of .blt files which do not work with this package, please send them on.

Installation/Example:

devtools::install_github("jackgovier/BLT")

library(blt)

df <- read_blt("./deputy-leader.blt")

Releases

No releases published

Packages

No packages published

Languages