Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 1.04 KB

README.md

File metadata and controls

23 lines (16 loc) · 1.04 KB

Project Status: Active – The project has reached a stable, usable state and is being actively developed. Build Status codecov

klimageodb

This package simplifies the access to our measurement database. The database fields are described in travis/create_tables.sql.

Installation

You can install klimageodb from github with:

# install.packages("devtools")
devtools::install_github("sebschub/klimageodb")

If you receive the error Installation failed: error in running command, try setting options(unzip = "unzip") before running install_github.

The package is based on the DBI and the RPostgres package.