procmap_get: 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)
Value
A data frame or tibble, depending on the as_tibble argument.
Arguments
- ...
Reserved for future extensions, must be empty.
- as_tibble
When using in a package, set to TRUE to return a
tibble::tibble.
This requires the tibble package to be installed.
The default returns a tibble if the package is installed, otherwise a
data frame.