powered by
This function names all the functions in a package that contain a specific character pattern, typically the name of a function.
pkgfind(pkg, pattern)
a vector of the names of the functions in which the pattern is identified
a character string of the package to search in
the pattern to search in the codes of the functions in the package
pkgfind("StratigrapheR", "every_nth")
Run the code above in your browser using DataLab