Reset options

reset_options(verbose = TRUE)

Arguments

verbose

A logical value indicating whether to print additional information. Default is TRUE.

Value

NULL invisibly

Examples

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"