An open API service indexing awesome lists of open source software.

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)

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%"
)
```

# 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.