Revision a84e9ffb3ac841114d4db4e70036eab333d29d2f authored by R. Wayne Oldford on 10 May 2021, 06:10:05 UTC, committed by cran-robot on 10 May 2021, 06:10:05 UTC
1 parent bb4dcd2
Raw File
l_getOptionNames.Rd
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/l_getOption.R
\name{l_getOptionNames}
\alias{l_getOptionNames}
\title{Get the names of all loon display options}
\usage{
l_getOptionNames()
}
\value{
a vector of all loon display option names.
}
\description{
All of loon's displays access a set of common options.
This function accesses and returns the names of all loon options.
}
\examples{
l_getOptionNames()

}
\seealso{
\code{\link{l_getOption}}, \code{\link{l_userOptions}},
  \code{\link{l_userOptionDefault}}, \code{\link{l_setOption}}
}
back to top