Nothing
style_star <- function(x) {
style_hint(x)
}
rif_type <- function(has_star, ...) {
star <- if (has_star) "*" else ""
ret <- structure(
list(
star = star
),
class = "pillar_rif_type"
)
ret <- set_width(ret, 1L)
ret
}
#' @export
format.pillar_rif_type <- function(x, width = NULL, ...) {
style_star(x$star)
}
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.