Nothing
#' @importFrom methods as
methods::setClass(
Class = "tiny_labelled"
, contains = "vector"
)
methods::setAs(
from = "tiny_labelled"
, to = "numeric"
, def = function(from) {
as(unlabel(from), "numeric")
}
)
methods::setAs(
from = "tiny_labelled"
, to = "integer"
, def = function(from) {
as(unlabel(from), "integer")
}
)
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.