This package simplifies the access to our measurement database. The
database fields are described in travis/create_tables.sql
.
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
.