powered by
Takes data argument supplied, checks file type, and uses appropriate read-in functions to import the data
import_data(data, header)
The file, containing ballot or lookup data
Whether the first row of the file is a header or not
A data frame
# NOT RUN { import_data("http://www.sfelections.org/results/20161108/data/20161206/20161206_masterlookup.txt", header = FALSE) # }
Run the code above in your browser using DataLab