assert | Display an error, and record in a log file, if a condition is... |
error | Display an error, and record it in a log file. |
error_if | Display an error, and record in a log file, if a condition is... |
has_names | Checks whether the variable has names |
info | Display a message, and record it in a log file. |
info_if | Display a message, and record in a log file, if a condition... |
is_dir | Checks whether the variable is a path to an existing... |
is_file | Checks whether the variable is a path to an existing file |
is_in | Checks whether all elements of one variable are in another |
is_na | Checks whether the variable is NA |
is_readable | Checks whether the variable is a path to an existing,... |
is_url | Checks whether the variable is a valid URL |
is_writeable | Checks whether the variable is a path to an existing,... |
msgr | Extends messages, warnings and errors by adding levels and... |
try_catch | Try to evaluate an expressions and capture any messages,... |
try_map | Apply a function over a vector or list, capturing any errors... |
try_pmap | Apply a function over a list of vectors, capturing any errors... |
warn | Display a warning, and record it in a log file. |
warn_if | Display a warning, and record in a log file, if a condition... |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.