procmap_get {procmaps} | R Documentation |
Returns the address space map of a process as a data frame.
procmap_get(..., as_tibble = NULL)
... |
Reserved for future extensions, must be empty. |
as_tibble |
When using in a package, set to |
A data frame or tibble, depending on the as_tibble
argument.
procmap_get()