shinyShow: Utility to display a svgR file in local browser using shiny

Description Usage Arguments Details Examples

View source: R/auxDisplay.R

Description

Utility to display a svgR file in local browser using shiny

Usage

1
shinyShow(svgMarkup = NULL, fileName = NULL, rCode = NULL)

Arguments

svgMarkup

A character string containing the svg markup to display (default=NULL)

fileName

A file name containing the svg markup to display (default=NULL)

rCode

svgR instructions to be evaluated (default=NULL)

Details

Specify only one of the three named parameters.

Examples

1
## Not run:  display(fileName="dog.r") 

mslegrand/svgR documentation built on Jan. 21, 2020, 2:59 p.m.