The R Project SVN R

Rev

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

Rev 68948 Rev 69065
Line 1... Line 1...
1
% File src/library/base/man/ns-reflect.Rd
1
% File src/library/base/man/ns-reflect.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-2007 R Core Team
3
% Copyright 1995-2007, 2015 R Core Team
4
% Distributed under GPL 2 or later
4
% Distributed under GPL 2 or later
5
 
5
 
6
\name{ns-reflect.Rd}
6
\name{ns-reflect.Rd}
7
\title{Namespace Reflection Support}
7
\title{Namespace Reflection Support}
8
 
8
 
Line 26... Line 26...
26
\arguments{
26
\arguments{
27
  \item{ns}{string or namespace object.}
27
  \item{ns}{string or namespace object.}
28
  \item{name}{string or name.}
28
  \item{name}{string or name.}
29
}
29
}
30
\description{
30
\description{
31
  Functions to support reflection on namespace objects.
31
  Internal functions to support reflection on namespace objects.
-
 
32
}
-
 
33
\seealso{
-
 
34
  \code{\link{loadNamespace}} for more about namespaces.
32
}
35
}
33
\details{
36
\details{
34
  \code{getExportedValue} returns the value of the exported variable
37
  \code{getExportedValue} returns the value of the exported variable
35
  \code{name} in namespace \code{ns}.
38
  \code{name} in namespace \code{ns}.
36
 
39