GEMINI-Medicine / Rgemini

A custom R package that provides a variety of functions to perform data analyses with GEMINI data
https://gemini-medicine.github.io/Rgemini/
Other
3 stars 0 forks source link

Replace all IP address examples with domain name #38

Closed loffleraSMH closed 10 months ago

loffleraSMH commented 11 months ago

New Feature Request

Some Rgemini functions show an example of how to connect to the DB, using a fake IP address placeholder (e.g., host = "172.XX.XX.XXX") as an example (e.g., readmission). Best practice is to connect via the domain name, so all examples should be changed to something like: host = "domain_name.ca".