Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/davisvaughan/cshared

Companion package for the blog post ->
https://github.com/davisvaughan/cshared

Last synced: 7 days ago
JSON representation

Companion package for the blog post ->

Awesome Lists containing this project

README

        

---
output: github_document
---

```{r, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "man/figures/README-",
out.width = "100%"
)
```
# cshared

cshared is the companion package to the blog post: [Persistant R Objects in C](https://blog.davisvaughan.com/2019/08/13/persistant-r-objects-in-c/).

It allows you to create and persistantly use shared R global variables from C.

```{r}
library(cshared)
get_shared_objects()
```