Nothing
## HAS_TESTS
#' @export
vec_ptype_abbr.rvec_chr <- function(x, ...) {
n <- n_draw(x)
sprintf("rchr<%d>", n)
}
## HAS_TESTS
#' @export
vec_ptype_abbr.rvec_dbl <- function(x, ...) {
n <- n_draw(x)
sprintf("rdbl<%d>", n)
}
## HAS_TESTS
#' @export
vec_ptype_abbr.rvec_int <- function(x, ...) {
n <- n_draw(x)
sprintf("rint<%d>", n)
}
## HAS_TESTS
#' @export
vec_ptype_abbr.rvec_lgl <- function(x, ...) {
n <- n_draw(x)
sprintf("rlgl<%d>", n)
}
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.