About Anaconda Help Download Anaconda

The sqldf() function is typically passed a single argument which is an SQL select statement where the table names are ordinary R data frame names. sqldf() transparently sets up a database, imports the data frames into that database, performs the SQL select or other statement and returns the result using a heuristic to determine which class to assign to each column of the returned data frame. The sqldf() or read.csv.sql() functions can also be used to read filtered files into R even if the original files are larger than R itself can handle. 'RSQLite', 'RH2', 'RMySQL' and 'RPostgreSQL' backends are supported.

copied from cf-staging / r-sqldf
  • License: GPL-2.0-only
  • 72109 total downloads
  • Last upload: 4 months and 23 days ago

Installers

Info: This package contains files in non-standard labels.
  • noarch v0.4_11
  • linux-64 v0.4_10
  • osx-64 v0.4_10
  • win-64 v0.4_10

conda install

To install this package run one of the following:
conda install conda-forge::r-sqldf
conda install conda-forge/label/cf201901::r-sqldf
conda install conda-forge/label/cf202003::r-sqldf
conda install conda-forge/label/gcc7::r-sqldf

Description


© 2024 Anaconda, Inc. All Rights Reserved. (v4.0.6) Legal | Privacy Policy