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