snipSave: SQL Snippets

View source: R/IO.R

snipSaveR Documentation

SQL Snippets

Description

SQL Snippets

Usage

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 Jan. 18, 2025, 9:17 p.m.