View source: R/add_from_examples.R
att_from_examples | R Documentation |
Get all packages called in examples from R files
att_from_examples(dir.r = "R")
dir.r |
path to directory with R scripts. |
Character vector of packages called with library or require.
dummypackage <- system.file("dummypackage",package = "attachment")
# browseURL(dummypackage)
att_from_examples(dir.r = file.path(dummypackage,"R"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.