The R Project SVN R

Rev

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

Rev 83840 Rev 83898
Line 5... Line 5...
5
 
5
 
6
\name{utils-internal}
6
\name{utils-internal}
7
\alias{de.ncols}
7
\alias{de.ncols}
8
\alias{de.restore}
8
\alias{de.restore}
9
\alias{de.setup}
9
\alias{de.setup}
10
\alias{limitedLabels}
-
 
11
\title{Internal utils Functions}
10
\title{Internal utils Functions}
12
\description{
11
\description{
13
  Internal utils functions
12
  Internal utils functions
14
}
13
}
15
\usage{
14
\usage{
16
de.ncols(inlist) 
15
de.ncols(inlist) 
17
de.restore(inlist, ncols, coltypes, argnames, args) 
16
de.restore(inlist, ncols, coltypes, argnames, args) 
18
de.setup(ilist, list.names, incols) 
17
de.setup(ilist, list.names, incols) 
19
limitedLabels(value, maxwidth = getOption("width") - 5L) 
-
 
20
}
18
}
21
\details{
19
\details{
22
  These are not to be called by the user.
20
  These are not to be called by the user.
23
}
21
}
24
\keyword{ internal }
22
\keyword{ internal }