Nothing
#' @include utils.R
#' @importFrom methods as<-
NULL
# Coercion to viewId
setAs(from = "numeric", to = "viewId", def = simpleCoerceData)
setAs(from = "character", to = "viewId", def = simpleCoerceData)
setAs(from = "gaView", to = "viewId",
def = function(from, to) {
as(from$id, "viewId")
},
replace = function(from, value) {
from$id <- as(value, "viewId")
}
)
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.