Description Usage Arguments Examples
View source: R/view.R
Preview email in the RStudio viewer
1
mj_view(mjml)
mjml
An mjml object as returned by mj_ml.
mj_ml.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
if(interactive()){ mj_ml( mj_body( mj_column( width = "20%", mj_text("First columns") ), mj_column( width = "80%", mj_text("The body") ) ) ) %>% mj_view() }
Add the following code to your website.
REMOVE THIS Copy to clipboard
For more information on customizing the embed code, read Embedding Snippets.