Learn R Programming

safetyGraphics (version 2.1.1)

makeChartExport: Make Chart Export

Description

Creates R code that allows chart to be exported

Usage

makeChartExport(chart, mapping)

Value

returns a character vector that can be saved as R code.

Arguments

chart

chart object like the one generated by makeChartConfig().

mapping

mapping object like the one generated by makeMapping().