Blog Archives

Manipulating Data Frames Using sqldf – A Brief Overview

August 8, 2012
By

By Josh Mills

Introduction

For those who are learning R and who may be well-versed in SQL, the sqldf package provides a mechanism to manipulate R data frames using SQL. Even for experienced R programmers, sqldf can be a useful tool for data manipulation. This site provides a useful introduction to SQL.

The...

Read more »