forall {inlinedocs} | R Documentation |
forall
Description
For each object in the package that satisfies the criterion
checked by subfun
, parse source using FUN
and return the resulting
documentation list.
Usage
forall(FUN, subfun = function(x) TRUE)
Arguments
FUN |
Function to apply to each element in the package. |
subfun |
Function to select subsets of elements of the package, such as
is.function. subfun(x)==TRUE means |
Value
A Parser Function.
Author(s)
Toby Dylan Hocking <toby.hocking@r-project.org> [aut, cre], Keith Ponting [aut], Thomas Wutzler [aut], Philippe Grosjean [aut], Markus Müller [aut], R Core Team [ctb, cph]
[Package inlinedocs version 2023.9.4 Index]