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 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.

Value

A data frame or tibble, depending on the as_tibble argument.

Examples

procmap_get()

[Package procmaps version 0.0.5 Index]