as.character.items {nonmemica} | R Documentation |
Coerce Items to Character
Description
Coerces items to character.
Usage
## S3 method for class 'items'
as.character(
x,
pretty = TRUE,
sep = ";",
delim = " ; ",
widths = comwidth(x),
...
)
Arguments
x |
items |
pretty |
logical |
sep |
input delimiter |
delim |
output delimiter |
widths |
desired widths |
... |
passed arguments |
Value
character
See Also
Other as.character:
as.character.init()
,
as.character.inits()
,
as.character.model()
,
as.character.problem()
[Package nonmemica version 1.0.11 Index]