Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jmbuhr/svelteR
The goal of svelteR is to fluently embed svelte apps into Rmarkdown documents producing html output.
https://github.com/jmbuhr/svelteR
Last synced: 3 months ago
JSON representation
The goal of svelteR is to fluently embed svelte apps into Rmarkdown documents producing html output.
- Host: GitHub
- URL: https://github.com/jmbuhr/svelteR
- Owner: jmbuhr
- License: other
- Created: 2021-02-07T14:54:11.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-03-04T10:56:15.000Z (8 months ago)
- Last Synced: 2024-05-21T00:52:10.748Z (6 months ago)
- Language: R
- Homepage: https://jmbuhr.de/svelteR
- Size: 5.47 MB
- Stars: 15
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# svelteR
The goal of svelteR is to fluently embed svelte apps into Rmarkdown
documents producing html output.## Installation
You can install svelteR from [GitHub](https://github.com/) with:
``` r
remotes::install_github("jmbuhr/svelteR")
```Or when using the `renv` package for a local package library:
``` r
renv::install("jmbuhr/svelteR")
```## Features
- Embed the same app multiple times with different properties
- Embed multiple different apps
- Embed from a local folder or a public url (the second is work in
process)
- Works with most html output formats. i.e. not only `html_document`
but also [Xaringan](https://github.com/yihui/xaringan)
presentations!See this
[example](https://jmbuhr.de/svelteR/articles/svelteR.html#demo-time-)