| system_info | R Documentation |
Returns a comprehensive summary of system resources.
system_info()
Convenience function that calls all system info methods and returns a summary. Useful for debugging and logging.
Named list with system information:
Operating system name
Total RAM in GB
Available RAM in GB
Percentage of RAM currently used
Number of CPU cores
# Get full system info
info <- system_info()
print(info)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.