
I’m at this party where Bob and Marsha and I are discussing the best languages for programming a Raspberry Pi. Bob advocates for Python, Marsha is a devout student of C. I’m defending my use of R. After all, Raspberry Pi starts with R. We have chased all the other guests out of the room with our conversation.
“With R, I have all sorts of built-in data management,” I say. “Manipulating matrices is in R’s basic DNA.”
Steve wanders in from the other room and joins our conversation. “Matrices aren’t a proper data strategy. You should be using a database. You can run SQLite on a Raspberry Pi with hardly any effort.”
Bob and Marsha simultaneously turn to stare me down. They are curious about how I’m going to get around this supposition.

“Sure. SQL with R–in particular SQLite, would have been easy to implement,” I pontificate. “Just call up RSQLite, push a few buttons, and Bob’s Your Uncle.”
“And that’s not what you did?” Steve is incredulous.
“I store the R object on disk and pull it into memory when I need it.”
“What kind of knucklehead stores data as a file on disk?”
Continue reading Party Buzz Kill: Data Storage





