flat_map_srcrefs | R Documentation |
srcrefs
over an iterable object, Filtering non-srcref resultsMap srcrefs
over an iterable object, Filtering non-srcref results
flat_map_srcrefs(xs, ns = NULL, breadcrumbs = character())
xs |
Any iterable object |
ns |
A |
breadcrumbs |
Recursive methods are expected to propegate a vector of "breadcrumbs" (a character vector of namespace names encountered while traversing the namespace used as a memory of what we've seen already), which is used for short-circuiting recursive environment traversal. |
A list
of srcref
s
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.