Nothing
#' @importFrom methods setOldClass
setOldClass("caracas_symbol")
## ## ### From ->->-> To ###
#' @importFrom methods setAs
setAs("caracas_symbol", "character", function(from) as.character(from))
setAs("caracas_symbol", "matrix", function(from) matrify(from))
## FIXME: vectorfy
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.