Code
check_inherits("howdy", "numeric")
Condition
Error:
! Element "howdy" needs to inherit from `numeric`, but its class is `character`.
Code
res <- check_empty_ellipses(yall)
Condition
Warning:
The `...` are not used in this function but an argument `yall` was passed.
Code
res <- check_empty_ellipses(hey = yall, what = "is", going)
Condition
Warning:
The `...` are not used in this function but arguments `hey`, `what`, and `going` were passed.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.