Nothing
Code
format_title("proper_title", 15, footnote = FALSE)
Output
[1] "proper_title"
Code
format_title("proper_title", 12, footnote = FALSE)
Output
[1] "proper_title"
Code
format_title("proper_title", 10, footnote = FALSE)
Output
[1] "proper_ti~"
Code
format_title("`a b`", 6, footnote = FALSE)
Output
[1] "`a b`"
Code
format_title("`a b`", 5, footnote = FALSE)
Output
[1] "`a b`"
Code
format_title("`a b`", 4, footnote = FALSE)
Output
[1] "a b~"
Code
format_title("`a b`", 3, footnote = FALSE)
Output
[1] "a ~"
Code
format_title("`a b`", 3, footnote = FALSE)
Output
[1] "a ~"
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.