View source: R/att_from_rscripts.R
att_from_rscript | 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"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.