as.matrix.checkglobalsi {checkglobals} | R Documentation |
Cast to matrix
Description
Cast an S3-object of class "checkglobalsi"
to a matrix.
Usage
## S3 method for class 'checkglobalsi'
as.matrix(x, pattern, ...)
Arguments
x |
object inheriting from class |
pattern |
an optional regular expression. Only names
matching |
... |
additional arguments to configure the output:
|
Value
a matrix similar in format to as.matrix.checkglobals
.
See Also
Examples
## R-package from folder
chk <- checkglobals(
pkg = system.file(
"unit_tests", "pkg", "testpkg",
package = "checkglobals"
)
)
as.matrix(chk$imports)
[Package checkglobals version 0.1.0 Index]