R/zzz.R

Defines functions .onAttach

.onAttach <- function(libname, pkgname) {
  options("pboptions" = list(
    type = if (interactive()) "timer" else "none",
    char = "[=-]",
    txt.width = 50,
    gui.width = 300,
    style = 5,
    initial = 0,
    title = "Progress bar (cryptoTax)",
    label = "Superficial losses in progress",
    nout = 100L,
    min_time = 2
  ))
  invisible(NULL)
}

Try the cryptoTax package in your browser

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

cryptoTax documentation built on March 7, 2023, 7:46 p.m.