snipSave: SQL Snippets

Description Usage Arguments Value

View source: R/IO.R

Description

SQL Snippets

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
snipSave(snippet, lang, author = NA, description = NA)

snipExists(ID)

snipUpdate(ID, snippet, description)

snipFetch(ID, verbose = FALSE, banner = TRUE, asis = FALSE)

snipDrop(ID)

snipSearch(kw, lang)

Arguments

snippet

The snippet

lang

language: R, python, bash

author

author

description

description

ID

snip ID - will overwrite that ID

Value

snipSave & snipUpdate returns the ID of the saved snippet or NULL if this fails.


mpio-be/snippets documentation built on Dec. 3, 2019, 4:44 a.m.