The R Project SVN R

Rev

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

Rev 61433 Rev 63208
Line 1... Line 1...
1
% File src/library/base/man/strtrim.Rd
1
% File src/library/base/man/strtrim.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 1995-2012 R Core Team
3
% Copyright 1995-2013 R Core Team
4
% Distributed under GPL 2 or later
4
% Distributed under GPL 2 or later
5
 
5
 
6
\name{strtrim}
6
\name{strtrim}
7
\alias{strtrim}
7
\alias{strtrim}
8
\title{Trim Character Strings to Specified Display Widths}
8
\title{Trim Character Strings to Specified Display Widths}
Line 29... Line 29...
29
}
29
}
30
\value{
30
\value{
31
  A character vector of the same length and with the same attributes
31
  A character vector of the same length and with the same attributes
32
  as \code{x} (after possible coercion).
32
  as \code{x} (after possible coercion).
33
 
33
 
34
  Elements of the result will be have the encoding declared as that of
34
  Elements of the result will have the encoding declared as that of
35
  the current locale (see \code{\link{Encoding}}) if the corresponding
35
  the current locale (see \code{\link{Encoding}}) if the corresponding
36
  input had a declared encoding and the current locale is either Latin-1
36
  input had a declared encoding and the current locale is either Latin-1
37
  or UTF-8.
37
  or UTF-8.
38
}
38
}
39
 
39