| assert | Display an error if a condition is not met |
| assert_file | Display an error if a valid file or directory path |
| assert_structure | Display an error if not the correct structure |
| assert_type | Display an error if not the correct type |
| assert_values | Display an error if not the allowed values |
| 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 the variable structure |
| 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_file | Check file paths and directories |
| is_na | Checks the variable values |
| is_type | Check the variable type & class |
| 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... |
| with_msgr | Convert messages, warnings and stops into msgr messages |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.