Description Usage Arguments Value Examples
Load event-by-event memory use information from a MemoryTracker database
1 | load_event_memory_use(filename, lbl = NULL)
|
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. |
a dataframe, with one row per event
1 2 3 4 | ## Not run:
events <- load_event_memory_use("memory.db")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.