Search notes:

R function: getOption

#
#  See also opions()
#
getOption("repos")
#                                 CRAN                            CRANextra
#                             "@CRAN@" "http://www.stats.ox.ac.uk/pub/RWin"

getOption("width")   # width of console
Github repository about-r, path: /functions/getOption.R

See also

Index to (some) R functions

Index