dir_size: Check size of a directory

View source: R/check_gh_size.r

dir_sizeR Documentation

Check size of a directory

Description

The function uses identified path to check the size of given directory. It returns the total size of files in the directory

Usage

dir_size(path)

Arguments

path

The full path to directory to be sized

Value

Sum of size of files in directory

Examples

## Not run: 
dir_size(path = "C:/ghBackup/R")

## End(Not run)


Bai-Li-NOAA/ghBackup documentation built on April 14, 2025, 7:08 p.m.