get_file_size {inldata}R Documentation

Extract File Size

Description

Extract size on the user's file system.

Usage

get_file_size(paths)

Arguments

paths

'character' vector. File paths.

Value

Formatted file size(s).

Author(s)

J.C. Fisher, U.S. Geological Survey, Idaho Water Science Center

Examples

system.file("CITATION", package = "inldata") |>
  get_file_size()

[Package inldata version 1.2.3 Index]