Test package for the esqLABS
esqlabs.handontable
allows you to add interactive excel basis table . It is a wrapper for the handsontable
library.
GitHub:
remotes::install_github("esqLABS/esqlabs.handsontable")
Development mode:
To build the JS code, go to the RStudio terminal tab (or any terminal) and run at the package root:
yarn install
yarn run webpack --mode=development
To generate JS code, recompile with yarn run webpack, document and reload the package functions:
devtools::document()
devtools::load_all()