powered by
For a vector of paths, checks if the basename matches libR or R. This is useful to detect the addresses occupied by R itself.
libR
R
path_is_libr(path)
A logical vector of the same length as path.
path
A character vector of paths
map <- procmap_get() path_is_libr(map$pathname)
Run the code above in your browser using DataLab