ajdamico / lodown

locally download and prepare publicly-available microdata
GNU General Public License v3.0
97 stars 47 forks source link

this datasus load() line looks incorrect? #77

Closed ajdamico closed 7 years ago

ajdamico commented 7 years ago

https://github.com/ajdamico/lodown/search?utf8=%E2%9C%93&q=load%28

cc @guilhermejacob

ajdamico commented 7 years ago

the save() and load() functions have been eliminted from lodown except for this line.. i think it should be readRDS() instead since there's a saveRDS() above it? but not sure

https://github.com/ajdamico/lodown/blob/48d82052f06b61adc41ad7c2115144c57146f98c/R/datasus.R#L144