Description Usage Arguments Author(s)
Extract elements by wildcard name matching from a data.frame
,
list
, or matrix
.
1 2 3 4 5 6 7 8 | inla.extract.el(M, ...)
## S3 method for class 'data.frame'
inla.extract.el(M, match, by.row = TRUE, ...)
## S3 method for class 'list'
inla.extract.el(M, match, ...)
## S3 method for class 'matrix'
inla.extract.el(M, match, by.row = TRUE, ...)
|
M |
A container object. |
match |
A regex defining the matching criterion. |
by.row |
If |
... |
Additional arguments, not used. |
Finn Lindgren finn.lindgren@gmail.com
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.