find_staticimports | R Documentation |
This finds staticimports declarations, which are comment blocks that look like:
find_staticimports(dir = here::here("R/"))
dir |
A directory to look in. Defaults to |
# @staticimports pkg:staticimports # map map_chr map_lgl os_name any_named any_unnamed # all_named all_unnamed
A list of lists. Each sub-list has a source
field and names
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.