Description Usage Arguments Value Examples
convert a texblock class into a data.frame
1 2 | ## S3 method for class 'tb'
as.data.frame(x, ...)
|
x |
texblock object |
... |
pass convert as a boolean argument to apply type.convert to the output columns |
data.frame
1 2 3 4 5 | x <- '1'
class(x) <- 'tb'
x1 <- x+x
as.data.frame(x1)
as.data.frame(x1,convert = TRUE)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.