as_vector
is a generic function to cast objects returned by checkglobals
,
check_pkg
or check_source
to list vectors. The function invokes particular
methods which depend on the class
of the first argument.
Arguments
- x
an S3-object to convert.
- pattern
an optional regular expression. Only names matching
pattern
are returned.glob2rx
can be used to convert wildcard patterns to regular expressions.- which
a character vector, either
"global"
to print all unrecognized global variables,"import"
to print all detected imported functions and variables, or both (default).- ...
additional arguments to configure the returned output.