find_alt_lim | R Documentation |
Return language specific alt text length limits. Limits are: eng 100, ger 115, kor 90.
find_alt_lim(lines = NULL, lan = detect_html_lang(lines))
lines |
Any Rmarkdown or HTML file lines. Typically the output of 'handle_rmd_path()'. |
lan |
Identify the language of text content. Attempts to find a lang attribute value from the rmd document. Alternatively, use a character string such as "en". |
A line limit for alt text.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.