Reset options

reset_options(verbose = TRUE)

Arguments

verbose

A boolean indicating whether to print additional information. Default is TRUE.

Value

NULL invisibly

Examples

set.seed(5L)
getOption("IssueTrackeR.dataset.name")
#> [1] "ovlja"
reset_options()
#> Reset the default options to: 
#> - location for datasets:  /tmp/Rtmpn2rju7/data 
#> - name for the datasets:  bkyok 
#> - selector: NULL
getOption("IssueTrackeR.dataset.name")
#> [1] "bkyok"