Code
tbl_at_vars(iris, raw(3))
Error <rlang_error>
`.vars` must be a character/numeric vector or a `vars()` object, not a raw vector.
Code
tbl_if_vars(iris, list(identity, force), environment())
Error <rlang_error>
`.predicate` must have length 1, not 2.
Code
tbl_if_vars(iris, .funs, environment())
Error <rlang_error>
`.predicate` must have length 1, not 2.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.