The R Project SVN R

Rev

Rev 68948 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 68948 Rev 70779
Line 25... Line 25...
25
    is passed to the internal \code{\link{ls}()} call.}
25
    is passed to the internal \code{\link{ls}()} call.}
26
  \item{excludepatt}{a regular expression for \emph{dropping} objects
26
  \item{excludepatt}{a regular expression for \emph{dropping} objects
27
    with matching names.}
27
    with matching names.}
28
  \item{html}{is used to display the workspace
28
  \item{html}{is used to display the workspace
29
    on a HTML page in your favorite browser.  The default except when
29
    on a HTML page in your favorite browser.  The default except when
30
    running from \command{R.app} on OS X.}
30
    running from \command{R.app} on macOS.}
31
  \item{expanded}{whether to show one level of recursion.  It can be useful
31
  \item{expanded}{whether to show one level of recursion.  It can be useful
32
    to switch it to \code{FALSE} if your workspace is large.  This
32
    to switch it to \code{FALSE} if your workspace is large.  This
33
    option is ignored if \code{html} is set to \code{FALSE}.}
33
    option is ignored if \code{html} is set to \code{FALSE}.}
34
  \item{properties}{a named list of global properties (of the objects chosen)
34
  \item{properties}{a named list of global properties (of the objects chosen)
35
    to be showed in the browser;  when \code{NULL} (as per default),
35
    to be showed in the browser;  when \code{NULL} (as per default),
Line 39... Line 39...
39
  \item{debugMe}{logical switch; if true, some diagnostic output is produced.}
39
  \item{debugMe}{logical switch; if true, some diagnostic output is produced.}
40
}
40
}
41
 
41
 
42
\details{
42
\details{
43
  Very experimental code: displays a static HTML page on all platforms
43
  Very experimental code: displays a static HTML page on all platforms
44
  except \command{R.app} on OS X.
44
  except \command{R.app} on macOS.
45
 
45
 
46
  Only allows one level of recursion into object structures.
46
  Only allows one level of recursion into object structures.
47
 
47
 
48
  It can be generalized.  See sources for details.
48
  It can be generalized.  See sources for details.
49
  Most probably, this should rather work through using the \pkg{tkWidget}
49
  Most probably, this should rather work through using the \pkg{tkWidget}