https://github.com/ashander/ramlegacyr
Some code demonstrating a connection to RAM Legacy.
https://github.com/ashander/ramlegacyr
Last synced: about 1 year ago
JSON representation
Some code demonstrating a connection to RAM Legacy.
- Host: GitHub
- URL: https://github.com/ashander/ramlegacyr
- Owner: ashander
- License: bsd-3-clause
- Created: 2016-03-22T19:39:37.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-03-22T19:56:32.000Z (about 10 years ago)
- Last Synced: 2025-01-29T08:47:38.555Z (over 1 year ago)
- Language: R
- Homepage: https://ashander.github.io/RAMlegacyr/inst/RAMschema/
- Size: 1.34 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.Rmd
- License: LICENSE
Awesome Lists containing this project
README
---
output:
md_document:
variant: markdown_github
---
```{r, echo = FALSE}
knitr::opts <- chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "README-"
)
```
# Connecting to RAM Legacy
Some code demonstrating a connection to RAM Legacy.
For generic example of using postgreSQL in R, see
[use-PostgreSQL](https://github.com/ashander/use-PostgreSQL).
To understand the db, open [the schema](https://ashander.github.io/RAMlegacyr/inst/RAMschema/).
(The schema was produced using SchemaSpy: http://schemaspy.sourceforge.net/)
## Citation
```{r}
library(RAMlegacyr)
citation('RAMlegacyr')
```