execute raw ggconf commands
exec_ggconf(raw_input = "", show_warn = TRUE, batch_mode = FALSE,
as_string = FALSE, show_compiled = TRUE)
A ggconf command
Whether to show a warning message when ambiguously matched. Default is TRUE.
Default is FALSE. If TRUE, the resulted ggplot object is returned.
Return the resulted ggplot2 object as a string not as a ggplot2 object. Default is FALSE.
Show the compiled ggplot2 executable command. Default is TRUE.