powered by
Annotate package calls
annotate_pkg_calls(string_og, pkg_field = "Title")
Text string with package Title annotations. Will make note of packages not currently installed.
Text string (script) with package load calls.
Field from package description to retrieve, defaults to "Title"
test_string <- c("library(boot)\nrequire(tools)") annotate_pkg_calls(test_string)
Run the code above in your browser using DataLab