ps_disk_usage | R Documentation |
The output is similar to the Unix df
command.
ps_disk_usage(paths = ps_disk_partitions()$mountpoint)
paths |
The mounted file systems to list. By default all file
systems returned by |
Note that on Unix a small percentage of the disk space (5% typically)
is reserved for the superuser. ps_disk_usage()
returns the space
available to the calling user.
A data frame with columns mountpoint
, total
, used
,
available
and capacity
.
Other disk functions:
ps_disk_io_counters()
,
ps_disk_partitions()
ps_disk_usage()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.