exec_ggconf: execute raw ggconf commands

Description Usage Arguments

View source: R/ggconf.R

Description

execute raw ggconf commands

Usage

1
2
exec_ggconf(raw_input = "", show_warn = TRUE, batch_mode = FALSE,
  as_string = FALSE, show_compiled = TRUE)

Arguments

raw_input

A ggconf command

show_warn

Whether to show a warning message when ambiguously matched. Default is TRUE.

batch_mode

Default is FALSE. If TRUE, the resulted ggplot object is returned.

as_string

Return the resulted ggplot2 object as a string not as a ggplot2 object. Default is FALSE.

show_compiled

Show the compiled ggplot2 executable command. Default is TRUE.


caprice-j/ggconf documentation built on May 23, 2019, 11:33 p.m.