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: 2 days 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 (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-06-19T04:45:17.000Z (about 1 year ago)
- Last Synced: 2024-11-20T19:52:13.551Z (8 months ago)
- Language: R
- Homepage: https://jmbuhr.de/svelteR
- Size: 5.48 MB
- Stars: 15
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
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-)