The R Project SVN R

Rev

Rev 70892 | Rev 80677 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 70892 Rev 76678
Line 1... Line 1...
1
% File src/library/base/man/browser.Rd
1
% File src/library/base/man/browser.Rd
2
% Part of the R package, https://www.R-project.org
2
% Part of the R package, https://www.R-project.org
3
% Copyright 1995-2014 R Core Team
3
% Copyright 1995-2019 R Core Team
4
% Distributed under GPL 2 or later
4
% Distributed under GPL 2 or later
5
 
5
 
6
\name{browser}
6
\name{browser}
7
\alias{browser}
7
\alias{browser}
8
\title{Environment Browser}
8
\title{Environment Browser}
Line 78... Line 78...
78
  Anything else entered at the browser prompt is interpreted as an
78
  Anything else entered at the browser prompt is interpreted as an
79
  \R expression to be evaluated in the calling environment: in
79
  \R expression to be evaluated in the calling environment: in
80
  particular typing an object name will cause the object to be printed,
80
  particular typing an object name will cause the object to be printed,
81
  and \code{ls()} lists the objects in the calling frame.  (If you want
81
  and \code{ls()} lists the objects in the calling frame.  (If you want
82
  to look at an object with a name such as \code{n}, print it
82
  to look at an object with a name such as \code{n}, print it
83
  explicitly.)
83
  explicitly, or use autoprint via \code{(n)}.
84
 
84
 
85
  The number of lines printed for the deparsed call can be limited by
85
  The number of lines printed for the deparsed call can be limited by
86
  setting \code{\link{options}(deparse.max.lines)}.
86
  setting \code{\link{options}(deparse.max.lines)}.
87
  
87
  
88
  The browser prompt is of the form \code{Browse[\var{n}]>}: here
88
  The browser prompt is of the form \code{Browse[\var{n}]>}: here