Learn R Programming

ptspotter (version 1.0.2)

memory_report: Perform garbage collection and log allocated memory.

Description

Used to log memory allocation at points during sequential script execution.

Usage

memory_report()

Arguments

Value

Performs garbage collection then messages memory size and script name currently being executed.

Examples

Run this code

try(memory_report())

Run the code above in your browser using DataLab