An R Package for interacting with gaiaDB - part of the OHDSI GIS Gaia toolchain
Install the latest version of the package from GitHub:
# install.packages('remotes')
remotes::install_github("ohdsi/gaiaCore")
Connect to gaiaDB:
library(gaiaCore)
connectionDetails <- DatabaseConnector::createConnectionDetails(
dbms = "postgresql",
server = "localhost/gaiaDB",
port = 5432,
user="postgres",
password = "mysecretpassword")
- Please use the GitHub issue tracker for all bugs, issues, and feature requests