powered by
library
require
import
packages counts the number of library/require/import calls for R and Python commands in the files.
packages
packages(files)Rlibs(files)modules(files)
Rlibs(files)
modules(files)
a table how frequently the packages are called
character: file name(s)
if (interactive()) { files <- list.files(pattern="*.(R|py)$", full.names=TRUE, recursive=TRUE) packages(files) }
Run the code above in your browser using DataLab