8000 GitHub - leeper/rio.db: A Database Extension for 'rio'
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

leeper/rio.db

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 develo 5F47 pment 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

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages

0