Learn R Programming

pacs (version 0.6.0)

dir_size: Size of the package

Description

size of package.

Usage

dir_size(path = ".", recursive = TRUE)

Value

numeric size in bytes, to get MB ten divide by 10**6.

Arguments

path

character path to the shiny app. Default: "."

recursive

logical if to assess the dependencies recursively. Default: TRUE

Examples

Run this code
if (FALSE) {
cat(pacs::dir_size(system.file(package = "stats")) / 10**6, "MB")
}

Run the code above in your browser using DataLab