snip_view: View available snips

Description Usage Arguments Value Examples

View source: R/functions.R

Description

Without arguments, all snippets are shown. Select a subset using ...

Usage

1
snip_view(n, exact = F, ...)

Arguments

n

Can be used to view and edit all information regarding a specific snippet. n refers to the row.number returned by snip_view()

exact

How precise the subsetting should be. Exact==TRUE is not fully exact (yet).

...

Subset on any of the columns, eg, snip_view(Package=data.table, Tags=column)

Value

The snippets as data.frame

Examples

1
2
snip_view(Package=data.table, Tags=column)
snip_view(p=plotly)

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