as.character.items {nonmemica} | R Documentation |
Coerces items to character.
## S3 method for class 'items'
as.character(
x,
pretty = TRUE,
sep = ";",
delim = " ; ",
widths = comwidth(x),
...
)
x |
items |
pretty |
logical |
sep |
input delimiter |
delim |
output delimiter |
widths |
desired widths |
... |
passed arguments |
character
Other as.character:
as.character.init()
,
as.character.inits()
,
as.character.model()
,
as.character.problem()