#' Starts with digit #' starts_with_digit <- function(x) { z <- substring(x, 1, 1) grepl("[0-9]", z) }
Add the following code to your website.
REMOVE THIS Copy to clipboard
For more information on customizing the embed code, read Embedding Snippets.