Nothing
#' @export
#' @rdname stabilize_chr
to_chr_scalar <- function(x,
allow_null = TRUE,
allow_zero_length = TRUE,
x_arg = caller_arg(x),
call = caller_env(),
x_class = object_type(x)) {
.to_cls_scalar(
x,
is_rlang_cls_scalar = is_scalar_character,
to_cls_fn = to_chr,
allow_null = allow_null,
allow_zero_length = allow_zero_length,
x_arg = x_arg,
call = call,
x_class = x_class
)
}
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.