View source: R/slimmr_user_add_blocks.R
add_blocks | R Documentation |
Adds one/more Eidos blocks (in order) to a slimmr SLiM model.
add_blocks(slim_model, blocks_script = character(), after_block)
slim_model |
An EidosModel object. |
blocks_script |
A string of lines to add, e.g. from readLines(). |
after_block |
An integer index: which block to add block after? |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.