The R Project SVN R

Rev

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

Rev 59039 Rev 66386
Line 1... Line 1...
1
% File src/library/utils/man/removeSource.Rd
1
% File src/library/utils/man/removeSource.Rd
2
% Part of the R package, http://www.R-project.org
2
% Part of the R package, http://www.R-project.org
3
% Copyright 2011 R Core Team
3
% Copyright 2014 R Core Team
4
% Distributed under GPL 2 or later
4
% Distributed under GPL 2 or later
5
 
5
 
6
\name{removeSource}
6
\name{removeSource}
7
\alias{removeSource}
7
\alias{removeSource}
8
\title{
8
\title{
Line 20... Line 20...
20
  \item{fn}{
20
  \item{fn}{
21
    A single function from which to remove the source.
21
    A single function from which to remove the source.
22
  }
22
  }
23
}
23
}
24
\details{
24
\details{
25
  This removes both the \code{"source"} attribute (from \R version
-
 
26
  2.13.x or earlier) and the \code{"srcref"} and related attributes.
25
  This removes the \code{"srcref"} and related attributes.
27
}
26
}
28
\value{
27
\value{
29
  A copy of the function with the source removed.
28
  A copy of the function with the source removed.
30
}
29
}
31
\seealso{
30
\seealso{