J-PAL / PII-Scan

R code to scan for obvious PII.
MIT License
15 stars 8 forks source link

Use rio for file import #32

Closed leeper closed 7 years ago

leeper commented 7 years ago

You might find it easier to rely up on rio to handle data import. That way you won't have to identify which import function to dispatch to, given rio figures that out for you for all of the file types currently used in your code.

umeditor commented 7 years ago

Thanks for the tip - rio is much easier to use.