Description Usage Arguments Value Examples
Collects all parameters library
and require
commands in a
set of (R) files. In case that the parsing of a file fails a warning with the error message(s) will be
displayed.
1 2 3 |
path |
a character vector of full path names; the default
corresponds to the working directory, |
pattern |
an optional regular expression. Only file names which match the regular expression will be returned. |
all.files |
a logical value. If |
full.names |
a logical value. If |
recursive |
logical. Should the listing recurse into directories? |
ignore.case |
logical. Should pattern-matching be case-insensitive? |
include.dirs |
logical. Should subdirectory names be included in recursive listings? (They always are in non-recursive ones). |
no.. |
logical. Should both |
quiet |
logical: display the files analysed |
a table with library
and require
calls including frequencies
1 2 3 4 5 6 7 8 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.