Description Usage Arguments Value Examples
Parses Snowflake docs for show commands and provides as a tibble.
1 |
pattern |
Pattern to detect in name of show command. Uses [stringr::str_detect()]. |
tibble
1 2 3 4 5 6 7 8 9 10 11 | ## Not run:
# Return all shows
flaky_show_ls()
# Find function ones
flaky_show_ls("fun")
# Combine with flaky_show
flaky_show_ls() %>% slice(1) %>% pull(name) %>% flaky_show()
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.