The R Project SVN R

Rev

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

Rev 81572 Rev 85065
Line 17... Line 17...
17
icuSetCollate(...)
17
icuSetCollate(...)
18
 
18
 
19
icuGetCollate(type = c("actual", "valid"))
19
icuGetCollate(type = c("actual", "valid"))
20
}
20
}
21
\arguments{
21
\arguments{
22
  \item{\dots}{Named arguments, see \sQuote{Details}.}
22
  \item{\dots}{named arguments, see \sQuote{Details}.}
23
  \item{type}{character string: can be abbreviated.  Either the actual locale
23
  \item{type}{a character string: either the \code{"actual"} locale
24
    in use for collation or the most specific locale which would be valid.}
24
    in use for collation, or the most specific locale which would be
-
 
25
    \code{"valid"}.  Can be abbreviated.}
25
}
26
}
26
\details{
27
\details{
27
  Optionally, \R can be built to collate character strings by ICU
28
  Optionally, \R can be built to collate character strings by ICU
28
  (\url{https://icu.unicode.org/}).  For such systems,
29
  (\url{https://icu.unicode.org/}).  For such systems,
29
  \code{icuSetCollate} can be used to tune the way collation is done.
30
  \code{icuSetCollate} can be used to tune the way collation is done.