All Projects → gadenbuie → js4shiny

gadenbuie / js4shiny

Licence: other
Companion Package for JavaScript for Shiny Users

Programming Languages

r
7636 projects
CSS
56736 projects
HTML
75241 projects
javascript
184084 projects - #8 most used programming language
Vim Snippet
174 projects
SCSS
7915 projects

js4shiny

js4shiny is a companion package for the JavaScript for Shiny Users rstudio::conf(2020) workshop.

🚧 This package is a work in progress but feel free to install and try it out. Just please be prepared to update it frequently and report any issues!

Installation

You can install js4shiny from GitHub with

devtools::install_github("gadenbuie/js4shiny")

...more details soon

Literate JavaScript Programming with R Markdown

This package includes several components that enable the use of R Markdown for literate programming with JavaScript. The first of these is the R Markdown HTML format, js4shiny::html_document_js(). In this R Markdown format, JavaScript chunks are executed in the browser and logged messages and outputs are displayed in the document, much like a standard R chunk.

For more information see vignette("literate-javascript").

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].