search for: maplight

Displaying 1 result from an estimated 1 matches for "maplight".

Did you mean: daylight
2010 Apr 08
1
Strange csv parsing problem
> url <- "http://dl.dropbox.com/u/41902/22240.csv" > > read.csv(url)[, 1] [1] "oppose" NA "oppose" "support" > read.csv(url, header = F)[, 1] [1] "url" [2] "http://maplight.org/us-congress/bill/109-hr-5825/387248" [3] "http://maplight.org/us-congress/bill/110-hr-3546/378743" [4] "http://maplight.org/us-congress/bill/111-s-908/365504" [5] "http://maplight.org/us-congress/bill/111-hr-3245/373358" > > count.fields(url, sep = &quot...