View source: R/capture_session.R
| capture_system_libraries | R Documentation |
Capture version information for system libraries that R packages depend on (e.g., libcurl, libxml2, BLAS/LAPACK implementations)
capture_system_libraries(output_file = NULL)
output_file |
Character. Path to save library info. If NULL, returns as list. |
List containing system library information
## Not run:
capture_system_libraries("system_libs.json")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.