This function provides the list of individual scripts built to access data programmatically and reproducibly, which we refer to as data pipelines.

pipelist(type = "data")

Arguments

type

type of pipeline, one of data or connect

Value

This function prints a list of available data pipelines in the pipedat package

Examples

if (FALSE) {
pipelist()
}