as_vector | R Documentation |
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.
as_vector(x, pattern, which, ...)
x |
an S3-object to convert. |
pattern |
an optional regular expression. Only names
matching |
which |
a character vector, either |
... |
additional arguments to configure the returned output. |
a list of character vectors.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.