Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
R
 
 
man
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

rio: A Database Extension for 'rio'

The aim of rio is to make data file I/O in R as easy as possible. rio.db expands this functionality by supporting import from and export to SQLite databases using the usual rio functions: import() and export().

Package Installation

The package is available on CRAN and can be installed directly in R using:

install.packages("rio.db")

The latest development version on GitHub can be installed using ghit:

if(!require("ghit")){
    install.packages("ghit")
}
ghit::install_github("leeper/rio.db")

CRAN Version Downloads Travis-CI Build Status codecov.io

About

A Database Extension for 'rio'

Resources

Releases

No releases published

Packages

No packages published

Languages

You can’t perform that action at this time.