Description Usage Arguments Details Examples
Create (and optionally edit) a new postcard.
1 2 3 4 5 6 7 |
file |
File name for the draft |
template |
Template to use as the basis for the draft. This is either
the full path to a template directory or the name of a template directory
within the |
create_dir |
|
edit |
|
create_image |
|
Valid values for the template
argument include "jolla"
, "jolla-blue"
,
"trestles"
, "onofre"
, and "solana"
.
1 2 3 4 5 6 7 8 9 | ## Not run:
postcards::create_postcard(template = "jolla")
postcards::create_postcard(template = "jolla-blue")
postcards::create_postcard(template = "trestles")
postcards::create_postcard(template = "onofre")
postcards::create_postcard(template = "solana")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.