EricRoche / KCRSOCRATA

A test file to begin working with RSOCRATA
0 stars 0 forks source link

Month.Year #10

Open EricRoche opened 8 years ago

EricRoche commented 8 years ago

Month.Year is not working right. It is in the Pipes Test Script.

EricRoche commented 8 years ago

Could be an issue with abbreviate https://stat.ethz.ch/R-manual/R-devel/library/base/html/weekday.POSIXt.html

EricRoche commented 8 years ago

Also, change the period to a dash with some space?

EricRoche commented 8 years ago

Well, I'm confused about what this line of code even does. (line 29)

Date.End.Month <- mutate(Date.End.Month, Month.Year = paste((year(Date.End.Month)), month(Date.End.Month),sep = "."))

Need to investigate what is in Date.End.Month

EricRoche commented 8 years ago

Found the issue. It's Socrata cutting off trailing zero's. What is weird is that switching it to text doesn't seem to fix the issue.