snip_delete: Delete a snippet

Description Usage Arguments Examples

View source: R/functions.R

Description

Use either the snippet Id or its row number from snip_view to select the snippet to delete.

Usage

1
snip_delete(i = NULL, id = NULL)

Arguments

i

The row number as indicated by snip_view()

id

The snippet's Id

Examples

1
2
snip_delete(i=1)
snip_delete(id=7059297)

bobbeltje/snippie documentation built on Sept. 6, 2020, 5:32 a.m.