build_example_coin {COINr} | R Documentation |
Shortcut function to build the ASEM example coin, using inbuilt example data. This can be useful for testing and also
for building reproducible examples. To see the underlying commands run edit(build_example_coin)
. See also
vignette("coins")
.
build_example_coin(up_to = NULL, quietly = FALSE)
up_to |
The point up to which to build the index. If |
quietly |
If |
This function replaces the now-defunct build_ASEM()
from COINr < v1.0.
coin class object
# build example coin up to data treatment step
coin <- build_example_coin(up_to = "Treat")
coin