This project contains a standalone app for visualizing preprocessed EN-TEx data.
A local version of the tool is available here: Download
An executable version of the tool is available here: Download (1.4G)
The GitHub repository: Link
We also provide a demo online version here: Link
In R session:
source("installer.R", encoding="UTF-8")
install()
This will check and install the dependent packages.
Tested with R(4.0.3-64bit), RStudio (1.3.1056), Rtools40
In R session:
library(shiny)
runApp("app.R")
This will start the interactive shiny app interface in your browser.