Skip to content

Visual representation of R abstract syntax and data structure (for pedagogical purposes)

License

Notifications You must be signed in to change notification settings

sylvainloiseau/drawExpression

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

drawExpression: Visual representation of R abstract syntax and data structure

Author: Sylvain Loiseau
License: BSD_3_clause

This package provides a function for drawing graphical visualisations of common R data structures as well as for drawing steps by step the evaluation of an expression.

Installation

install.packages("drawExpression")
devtools::install_github("sylvainloiseau/drawExpression")

Usage

drawExpression("c(1, 2, 3:5)")

About

Visual representation of R abstract syntax and data structure (for pedagogical purposes)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages