The R Project SVN R

Rev

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

Rev 62791 Rev 62914
Line 28... Line 28...
28
  Abbreviate strings to at least \code{minlength} characters,
28
  Abbreviate strings to at least \code{minlength} characters,
29
  such that they remain \emph{unique} (if they were),
29
  such that they remain \emph{unique} (if they were),
30
  unless \code{strict = TRUE}.
30
  unless \code{strict = TRUE}.
31
}
31
}
32
\details{
32
\details{
33
  The defuault algorithm (\code{method = "left.kept"}) used is similar
33
  The default algorithm (\code{method = "left.kept"}) used is similar
34
  to that of S.  For a single string it works as follows.
34
  to that of S.  For a single string it works as follows.
35
  First all spaces at the beginning of the string are stripped.
35
  First all spaces at the beginning of the string are stripped.
36
  Then (if necessary) any other spaces are stripped.
36
  Then (if necessary) any other spaces are stripped.
37
  Next, lower case vowels are removed (starting at the right)
37
  Next, lower case vowels are removed (starting at the right)
38
  followed by lower case consonants.
38
  followed by lower case consonants.