ps_disk_partitions {ps} | R Documentation |
The output is similar the Unix mount
and df
commands.
ps_disk_partitions(all = FALSE)
all |
Whether to list virtual devices as well. If |
A data frame (tibble) with columns device
, mountpoint
,
fstype
and options
.
Other disk functions:
ps_disk_usage()
ps_disk_partitions(all = TRUE)
ps_disk_partitions()