Creates a plot of the data provided by get_usage()
.
Usage
plot_usage(usage_data, plot_title = NULL, by = c("user", "folder", "both"))
Arguments
- usage_data
data provided by
get_usage()
- plot_title
The title to use for the plot, by default it will try to guess the drive name and use that.
- by
one of "user" (default), "folder" or "all" to split the plot by
Value
a ggplot plot object