stewerner
stewerner
# Refactored preproc functions - `extract_key_expressions` is now faster by directly utilizing `library(stringi)` instead of `library(stringr)` - Added function `prepare_translation_table` (based on {data.table} which is called by `save_to_json` and `save_to_csv`....
I was trying to implement a button to select / deselect all nodes. However, it seems [this change](https://www.jstree.com/api/#/?f=select_all([supress_event])) is not reflected in the shiny input:  Example: ``` library(jsTreeR) library(shiny)...
### Guidelines - [X] I agree to follow this project's Contributing Guidelines. ### Description Create an option to opt-out of `usei18n(i18n)` for certain UI elements / strings. ### Problem Currently...