rmscriven / retrosheet

Import Professional Baseball Data from 'Retrosheet'
35 stars 16 forks source link

getRetrosheet("play", ...) not allocating "com" section correctly #1

Closed rmscriven closed 9 years ago

rmscriven commented 9 years ago
sf14 <- getRetrosheet("play", 2014, "SFN")
sf14$game81$com

is not right. Other data is mixed in and com is repeating

rmscriven commented 9 years ago

The columns are being allocated correctly, however the comment section needs a bit more work. The other data is being returned as it should. Hope to have the comment section worked out soon.

rmscriven commented 9 years ago

This is fixed. Data is being allocated correctly. Still need to determine how to structure the com section.