get_all_depcys_of_fns | R Documentation |
get_all_depcys_of_fns() is a Get function that extracts data from an object. Specifically, this function implements an algorithm to get all dependencies of functions. The function returns Functions to keep (a character vector).
get_all_depcys_of_fns(pkg_depcy_ls, fns_chr)
pkg_depcy_ls |
Package dependency (a list) |
fns_chr |
Functions (a character vector) |
Functions to keep (a character vector)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.