R/options.R
reset_options.Rd
Reset options
reset_options(verbose = TRUE)
A logical value indicating whether to print additional information. Default is TRUE.
TRUE
NULL invisibly
NULL
getOption("IssueTrackeR.owner") #> [1] "rjdverse" reset_options() #> Reset the default options to: #> - location for datasets is /tmp/Rtmp66Bw49/data #> - owner: rjdverse #> - repo: rjdemetra getOption("IssueTrackeR.owner") #> [1] "rjdverse"