Description Usage See Also Examples
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()
1 |
lexl::lex_xl(), plot.lexl(), lexl::lexl_igraph()
1 2 3 | if(interactive()) {
demo_lexl()
}
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.