talks/2018-09_reprex-rstudio-webinar/06_rprofile-option-fodder.R

#+ eval = FALSE
options(
  reprex.advertise = FALSE,
  reprex.si = TRUE,
  reprex.style = TRUE,
  reprex.comment = "#;-)",
  reprex.tidyverse_quiet = FALSE
)

#+ eval = FALSE
reprex(
  x = NULL, input = NULL, outfile = NULL,
  venue = c("gh", "so", "ds", "r", "rtf"),
  render = TRUE, advertise = NULL,
  si = opt(FALSE), style = opt(FALSE),
  show = opt(TRUE), comment = opt("#>"),
  tidyverse_quiet = opt(TRUE), std_out_err = opt(FALSE)
)
jennybc/reprex documentation built on Jan. 12, 2024, 9:33 p.m.