Requires the shiny
, igraph
and ggraph
packages, which you
can install with install.packages(c("shiny", "igraph", "ggraph"))
. Runs a
shiny app to demonstrate tokenizing an Excel formula with lex_xl()
and
plotting the parse tree with plot.lexl()
demo_lexl()
lexl::lex_xl()
, plot.lexl()
, lexl::lexl_igraph()
if(interactive()) { demo_lexl() }