Run/Debug R-code Example |
Data Quality
Dashboard Example This document provides a complete example of how to
|
Install GitHub Token in R |
Many of the OHDSI R projects will require multiple installs from GitHub.
GitHub allows for installs as is but only up to a certian limit if you
do not have a GitHub token installed in your R environment. If this
limit is exceeded, installs will fail and you won’t have a good time.
Instructions for installing the R token are available at
here.
The process is basically this:
GITHUB_PAT = '@MY_TOKEN' |
Create a Key Ring |
How to Store Your
Database Credentials in an Encrypted Key Ring This document provides a complete example of how to use a key ring to store your database credentials. |