as.character.items | 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()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.