| get_libs | R Documentation |
get_libs — Determine the libraries referenced in a given script.
get_libs(file)
file |
Path to the script. |
Returns the libraries referenced in the script.
Matthew K. Lau
script <- system.file(
"example",
"long_script.R",
package = "Rclean")
get_libs(script)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.