Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/skranz/xglue
Extended glue
https://github.com/skranz/xglue
glue r stringinterpolation
Last synced: 8 days ago
JSON representation
Extended glue
- Host: GitHub
- URL: https://github.com/skranz/xglue
- Owner: skranz
- License: gpl-3.0
- Created: 2021-04-11T11:37:39.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-05-19T08:40:30.000Z (over 3 years ago)
- Last Synced: 2024-08-13T07:13:31.042Z (4 months ago)
- Topics: glue, r, stringinterpolation
- Language: R
- Homepage: https://skranz.github.io/xglue/
- Size: 354 KB
- Stars: 4
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- jimsghstars - skranz/xglue - Extended glue (R)
README
# xglue
Extend glue. You can specify inside the template, operations like collapsing. Most importantly on can specify group_by operations on a data frame. Look at the [vignette](https://skranz.github.io/xglue/articles/xglue.html) for details and examples.
## Installation
The package is hosted on [r-universe](https://skranz.r-universe.dev/ui#builds). To install it run:
```r
options(repos = c(
skranz = 'https://skranz.r-universe.dev',
CRAN = 'https://cloud.r-project.org'))
install.packages('xglue')
```