split_word_ttype | R Documentation |
wrap string given a Truetype font
split_word_ttype(str, width, fontspec, min_ok_chars)
wrap_string_ttype(
str,
width,
fontspec,
collapse = NULL,
min_ok_chars = min(floor(nchar(str)/2), 4, floor(width/2)),
wordbreak_ok = TRUE
)
str |
( |
width |
( |
fontspec |
( |
min_ok_chars |
( |
collapse |
( |
wordbreak_ok |
( |
str
, broken up into a word-wrapped vector
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.