Description Usage Arguments Examples
Use either the snippet Id or its row number from snip_view to select the snippet to delete.
1 | snip_delete(i = NULL, id = NULL)
|
i |
The row number as indicated by snip_view() |
id |
The snippet's Id |
1 2 | snip_delete(i=1)
snip_delete(id=7059297)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.