memfree: Get the current amount of available memory.

View source: R/utils.R

memfreeR Documentation

Get the current amount of available memory.

Description

Function to determine how much memory (in GB) is currently available for use on your PC.

Usage

memfree(OS = NULL)

Arguments

OS

A character string indicating the operating system of the machine in question. Can be one of "Windows", "Mac" (or "Darwin"), or "Linux". If OS is NULL (the default), OS will be set to Sys.info()["sysname"].

Author(s)

Caitlin Collins caitiecollins@gmail.com


caitiecollins/treeWAS documentation built on March 9, 2024, 3:15 p.m.