procmap_get {procmaps} | R Documentation |
Get the address space map of a process
Description
Returns the address space map of a process as a data frame.
Usage
procmap_get(..., as_tibble = NULL)
Arguments
... |
Reserved for future extensions, must be empty. |
as_tibble |
When using in a package, set to |
Value
A data frame or tibble, depending on the as_tibble
argument.
Examples
procmap_get()
[Package procmaps version 0.0.5 Index]