powered by
set_options(option = NULL, value = NULL)
NULL
"quote"
FALSE
set_options() set_options("quote", TRUE) print(set("a")) set_options("quote", FALSE) print(set("a"))
Run the code above in your browser using DataLab