getCharacters.Arguments
From R.utils v1.4.2
by Henrik Bengtsson
Coerces to a character vector and validates
Coerces to a character vector and validates.
Usage
Arguments$getCharacters(s, length=NULL, trim=FALSE, nchar=NULL, useNames=FALSE, asGString=TRUE, .name=NULL, ...)
Arguments
- s
- A
vector
. - nchar
- A
numeric
vector
of length one or two. If one, the maximum number of characters ("length") ins
. If two, the minimum and maximu - useNames
- If
TRUE
, the 'names' attribute is preserved, otherwise it is dropped. - asGString
- If
TRUE
, each string is treated as aGString
. - .name
- A
character
string for name used in error messages. - ...
- Not used.
Value
synopsis
getCharacters.Arguments(static, s, length=NULL, trim=FALSE, nchar=NULL, useNames=FALSE, asGString=TRUE, .name=NULL, ...)
See Also
For more information see Arguments
.
Community examples
Looks like there are no examples yet.