# NOT RUN {
spsOption("test1") # get a not existing option
spsOption("test1", 1) # set the value
spsOption("test1") # get the value again
spsOption("test2")
spsOption("test2", empty_is_false = FALSE)
spsOption(.list = list(
test1 = 123,
test2 = 456
))
spsOption("test1")
spsOption("test2")
# }
Run the code above in your browser using DataLab