| pkgfind | R Documentation | 
This function names all the functions in a package that contain a specific character pattern, typically the name of a function.
pkgfind(pkg, pattern)
pkg | 
 a character string of the package to search in  | 
pattern | 
 the pattern to search in the codes of the functions in the package  | 
a vector of the names of the functions in which the pattern is identified
pkgfind("StratigrapheR", "every_nth")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.