I have an SQLite database file exported from Scraperwiki with .sqlite file extension. How do I import it into R, presumably mapping the original database tables into separate data frames?
I have an SQLite database file exported from Scraperwiki with .sqlite file extension. How
Share
You could use the RSQLite package.
Some example code to store the whole data in
data.frames: