att_from_rscript {attachment} | R Documentation |
::
and library/requires in one scriptLook for functions called with ::
and library/requires in one script
att_from_rscript(path)
path |
path to R script file |
Calls from pkg::fun in roxygen skeleton and comments are ignored
a vector
dummypackage <- system.file("dummypackage",package = "attachment")
# browseURL(dummypackage)
att_from_rscript(path = file.path(dummypackage,"R","my_mean.R"))