procmap_get: Get the address space map of a process

View source: R/get.R

procmap_getR 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()

procmaps documentation built on Jan. 22, 2023, 1:21 a.m.