as_bru_mapper | R Documentation |
Extract a mapper from another object
as_bru_mapper(x)
## S3 method for class 'bru_mapper'
as_bru_mapper(x)
## S3 method for class 'bru_comp'
as_bru_mapper(x)
## S3 method for class 'bru_subcomp'
as_bru_mapper(x)
x |
Object to convert/extract |
A bru_mapper
object
# Extract a mapper from a `bru_subcomp` object
as_bru_mapper(bru_comp("x", x, mapper = bm_index(4))$main)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.