split_text_by_length <- function(text, n) { stringr::str_extract_all(text, paste0('.{1,',n,'}'))[[1]] }
Add the following code to your website.
REMOVE THIS Copy to clipboard
For more information on customizing the embed code, read Embedding Snippets.