Skip to content
/ gaiaCore Public

An R Package for interacting with gaiaDB - part of the OHDSI GIS Gaia toolchain

License

Notifications You must be signed in to change notification settings

OHDSI/gaiaCore

Repository files navigation

gaiaCore

WARNING: this package is under-development and has only been tested using mock data

Introduction

An R Package for interacting with gaiaDB - part of the OHDSI GIS Gaia toolchain

Get Started

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") 

Support

About

An R Package for interacting with gaiaDB - part of the OHDSI GIS Gaia toolchain

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages