Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 543 Bytes

README.md

File metadata and controls

23 lines (16 loc) · 543 Bytes

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)")