R/stubs.r

Defines functions gg

Documented in gg

#' ggplot2 stub
#'
#' @return ggplot2 stub
#' @export
gg <- function() {
  writeLines('ggplot(df, aes(x, y)) +\ngeom_point()')
}
nx10/r-floutil documentation built on Oct. 23, 2020, 2:37 a.m.