KWB-R / kwb.fakin

Functions Used in Our FAKIN Project
http://kwb-r.github.io/kwb.fakin
MIT License
1 stars 0 forks source link

Script to check package function usage #12

Open hsonne opened 5 years ago

hsonne commented 5 years ago
root <- "~/Desktop/R-Development/RScripts"

tree <- kwb.code::parse_scripts(
  root, scripts = dir(root, "\\.R$", recursive = TRUE)
)

# Get name of all KWB-packages
# packages <- ...

for (package in packages) {
  kwb.fakin:::get_package_function_usage(tree, package = "kwb.logger")
}