Learn R Programming

IssueTrackeR (version 1.4.1)

reset_options: Reset options

Description

Reset options

Usage

reset_options()

Arguments

Value

NULL invisibly

Examples

Run this code
getOption("IssueTrackeR.owner")
options(IssueTrackeR.owner = "TanguyBarthelemy")
getOption("IssueTrackeR.owner")
reset_options()
getOption("IssueTrackeR.owner")

Run the code above in your browser using DataLab