Nothing
Code
(expect_error(utils::`?`(foofoo(123))))
Output
<simpleError in .helpForCall(topicExpr, parent.frame()): no methods for 'foofoo' and no documentation for it as a function>
Code
(expect_error(shim_question(foofoo(123))))
Output
<simpleError in .helpForCall(topicExpr, parent.frame()): no methods for 'foofoo' and no documentation for it as a function>
Code
dev_help("foo")
Condition
Error in `dev_help()`:
! Can't find development documentation because no in-development packages loaded.
i Do you need to run `pkgload::load_all()`?
Code
(expect_error(shim_help({
foo
bar
}), "must be a name"))
Output
<error/rlang_error>
Error in `shim_help()`:
! `topic` must be a name.
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.