View source: R/capture_session.R
| capture_hardware | R Documentation |
Capture hardware specifications including CPU, RAM, and GPU information. Useful for documenting computational resources used in analysis.
capture_hardware(output_file = NULL)
output_file |
Character. Path to save hardware info. If NULL, returns as list. |
List containing hardware information
## Not run:
capture_hardware("hardware_info.json")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.