flaky_show: Show Command

Description Usage Arguments Value Examples

View source: R/flaky_show.R

Description

Call the the various 'show' commands and return results as a tibble.

Usage

1
flaky_show(type, pattern, n = 50, con = getOption("flaky.con"))

Arguments

type

The type of thing to show.

pattern

Pattern to filter results. Uses 'LIKE' style filtering.

n

Number of rows to return. Use '-1' to show all rows.

con

A connection object. Typically generated by [flaky_connect()].

Value

Tibble of results

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
## Not run: 
# Show 50 warehouses
flaky_show("warehouses")

# Show all functions
flaky_show("functions", n = -1)

# Show the azure regions
flaky_show("regions", "AZURE%")

## End(Not run)

ndiquattro/flaky documentation built on Nov. 23, 2020, 6:26 p.m.