An open API service indexing awesome lists of open source software.

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.

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')
```