cli_sitrep | R Documentation |
Contains currently:
cli_unicode_option
: whether the cli.unicode
option is set and its
value. See is_utf8_output()
.
symbol_charset
: the selected character set for symbol, UTF-8,
Windows, or ASCII.
console_utf8
: whether the console supports UTF-8. See
base::l10n_info()
.
latex_active
: whether we are inside knitr, creating a LaTeX
document.
num_colors
: number of ANSI colors. See num_ansi_colors()
.
console_with
: detected console width.
cli_sitrep()
Named list with entries listed above. It has a cli_sitrep
class, with a print()
and format()
method.
cli_sitrep()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.