powered by
::
Look for functions called with :: and library/requires in one script
att_from_rscript(path)
a vector
path to R script file
Calls from pkg::fun in roxygen skeleton and comments are ignored
dummypackage <- system.file("dummypackage",package = "attachment") # browseURL(dummypackage) att_from_rscript(path = file.path(dummypackage,"R","my_mean.R"))
Run the code above in your browser using DataLab