load_event_memory_use: Load event-by-event memory use information from a...

Description Usage Arguments Value Examples

View source: R/loading_data.R

Description

Load event-by-event memory use information from a MemoryTracker database

Usage

1
load_event_memory_use(filename, lbl = NULL)

Arguments

filename

The name of the MemoryTracker data file top open.

lbl

The label to be applied to each row in the dataframe;default is NULL.

Value

a dataframe, with one row per event

Examples

1
2
3
4
## Not run: 
events <- load_event_memory_use("memory.db")

## End(Not run)

marcpaterno/artsupport documentation built on May 6, 2020, 1:46 a.m.