Description Usage Arguments Value Examples
Call the the various 'show' commands and return results as a tibble.
1 | flaky_show(type, pattern, n = 50, con = getOption("flaky.con"))
|
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()]. |
Tibble of results
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)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.