R/zzz.r

Defines functions .onAttach

.onAttach <- function(libname, pkgname) {
  # Set default options
  plotcli_options(plot_width = 60, plot_height = 20, braille = FALSE)

  # Display a startup message
  packageStartupMessage("plotcli loaded. Use plotcli_options() to set global options.")
}

Try the plotcli package in your browser

Any scripts or data that you put into this service are public.

plotcli documentation built on May 29, 2024, 6:22 a.m.