https://github.com/mjfrigaard/JSbs4dash
A collection of layouts and JavaScript tools for bs4Dash (shiny)
https://github.com/mjfrigaard/JSbs4dash
Last synced: 4 months ago
JSON representation
A collection of layouts and JavaScript tools for bs4Dash (shiny)
- Host: GitHub
- URL: https://github.com/mjfrigaard/JSbs4dash
- Owner: mjfrigaard
- License: other
- Created: 2023-03-06T23:28:38.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-03-10T13:05:33.000Z (about 2 years ago)
- Last Synced: 2024-08-13T07:11:07.422Z (8 months ago)
- Language: R
- Homepage:
- Size: 3.14 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.Rmd
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
- jimsghstars - mjfrigaard/JSbs4dash - A collection of layouts and JavaScript tools for bs4Dash (shiny) (R)
README
---
output: github_document
---```{r, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "man/figures/README-",
out.width = "100%"
)
```# JSbs4dash
The goal of `JSbs4dash` is to demonstrate various JavaScript resources for using the `golem` framework.
## Installation
You can install the development version of `JSbs4dash` from [GitHub](https://github.com/) with:
``` r
# install.packages("devtools")
devtools::install_github("mjfrigaard/JSbs4dash")
```## Example
This is a basic example which shows you how to solve a common problem:
```{r example, eval=FALSE}
library(JSbs4dash)
# JSbs4dash::bs4_app()
```## Code of Conduct
Please note that the `JSbs4dash` project is released with a [Contributor Code of Conduct](https://contributor-covenant.org/version/2/1/CODE_OF_CONDUCT.html). By contributing to this project, you agree to abide by its terms.