View source: R/annotate_fun_calls.R
annotate_fun_calls | R Documentation |
Annotate function calls
annotate_fun_calls(string_og)
string_og |
text string (script) with package load calls |
text string with function call annotations. Will make note of packages not currently installed. Lines with existing comments or annotations are ignored by the regular expression that matches package names. Be aware that package-specific methods (e.g., print or summary methods) will be annotated too.
test_string <- c("library(boot)\nrequire(lattice)\ncanonical.theme()")
cat(annotate_fun_calls(test_string))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.