View source: R/snif_secrets_fixtures.R
sniff_secrets_fixtures | R Documentation |
Scan for secrets in a package's fixtures
sniff_secrets_fixtures(dir = ".")
dir |
path to a package root |
named list of all secrets, each either an empty list if none found, or a named list of files and the line numbers secrets found on
## Not run: # dir = tempdir() path <- "/Users/sckott/github/ropensci/taxize" sniff_secrets_fixtures(dir = path) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.