How-to: Write JavaScript code
Source:vignettes/how-to/write-javascript-code.Rmd
write-javascript-code.Rmd
The app/js/index.js
is the entrypoint. It can import
other files. It must export functions which are to be available in R.
Exported objects need to be referred to with an App.
prefix
in R sources.