Nothing
chr_rle <- function(...) {
new_chr_rle(c(...))
}
new_chr_rle <- function(x) {
stopifnot(is.integer(x), is_named(x))
.Call(vctrs_altrep_rle_Make, x)
}
chr_rle_is_materialized <- function(x) {
.Call(vctrs_altrep_rle_is_materialized, x)
}
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.