| reserve.data.frame | R Documentation |
Applies reserve to the columns of a data.frame.
## S3 method for class 'data.frame'
reserve(x, ...)
x |
object |
... |
passed arguments |
Other reserve:
reserve.character(),
reserve.default(),
reserve.factor(),
reserve.list(),
reserve()
foo <- c('#','$%^','&_{','}~\\')
bar <- data.frame(
stringsAsFactors = FALSE,
a = as.numeric(factor(foo)),
b = foo,
c = factor(foo)
)
reserve(bar)
# as.pdf(bar, wider = 10)
# as.pdf(bar, target = '#') # fails
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.