Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 ->
- Host: GitHub
- URL: https://github.com/davisvaughan/cshared
- Owner: DavisVaughan
- License: other
- Created: 2019-08-14T00:50:53.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2019-08-14T04:21:08.000Z (about 5 years ago)
- Last Synced: 2024-10-09T22:11:02.725Z (28 days ago)
- Language: C
- Homepage: https://blog.davisvaughan.com/2019/08/13/persistant-r-objects-in-c/
- Size: 10.7 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.Rmd
- License: LICENSE
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%"
)
```
# csharedcshared 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()
```