powered by
Returns a comprehensive summary of system resources.
system_info()
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
Convenience function that calls all system info methods and returns a summary. Useful for debugging and logging.
# \donttest{ # Get full system info info <- system_info() print(info) # }
Run the code above in your browser using DataLab