The R Project SVN R

Rev

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

Rev 90060 Rev 90200
Line 66... Line 66...
66
\alias{.make_numeric_version}
66
\alias{.make_numeric_version}
67
\alias{.expand_R_libs_env_var}
67
\alias{.expand_R_libs_env_var}
68
\alias{.kronecker}
68
\alias{.kronecker}
69
\alias{.rmpkg}
69
\alias{.rmpkg}
70
\alias{.set_ops_need_as_vector}
70
\alias{.set_ops_need_as_vector}
-
 
71
\alias{.enc2utf8_sub}
71
 
72
 
72
\title{Internal Objects in Package \pkg{base}}
73
\title{Internal Objects in Package \pkg{base}}
73
\description{% 'most': see e.g., .detach
74
\description{% 'most': see e.g., .detach
74
  Internal objects in the base package most of which are only user-visible
75
  Internal objects in the base package most of which are only user-visible
75
  because of the special nature of the base namespace.
76
  because of the special nature of the base namespace.
Line 134... Line 135...
134
.expand_R_libs_env_var(x) 
135
.expand_R_libs_env_var(x) 
135
.kronecker(X, Y, FUN = "*", make.dimnames = FALSE, ...) 
136
.kronecker(X, Y, FUN = "*", make.dimnames = FALSE, ...) 
136
.rmpkg(pkg) 
137
.rmpkg(pkg) 
137
.formula2varlist(formula, data, warnLHS = TRUE, ignoreLHS = warnLHS)
138
.formula2varlist(formula, data, warnLHS = TRUE, ignoreLHS = warnLHS)
138
.set_ops_need_as_vector(x, y)
139
.set_ops_need_as_vector(x, y)
-
 
140
.enc2utf8_sub(x)
139
}
141
}
140
\arguments{
142
\arguments{
141
  \item{x}{an object
143
  \item{x}{an object
142
    \describe{
144
    \describe{
143
      \item{for \code{.subset*()}:}{from which to extract elements.}
145
      \item{for \code{.subset*()}:}{from which to extract elements.}
Line 299... Line 301...
299
  variables to split on.
301
  variables to split on.
300
 
302
 
301
  \code{.set_ops_need_as_vector} is a helper function for the set
303
  \code{.set_ops_need_as_vector} is a helper function for the set
302
  operations like \code{\link{union}}: it returns \code{TRUE} if the set
304
  operations like \code{\link{union}}: it returns \code{TRUE} if the set
303
  ops need to transform their arguments via \code{\link{as.vector}}.
305
  ops need to transform their arguments via \code{\link{as.vector}}.
-
 
306
 
-
 
307
  \code{.enc2utf8} is a helper function used in \code{\link{read.dcf}}
-
 
308
  and \code{\link{write.dcf}}.
304
}
309
}
305
\keyword{internal}
310
\keyword{internal}