backports (version 1.1.4)

file.info: Backport of file.info for R < 3.2.0

Description

Argument extra_cols has been backported. See the original description in base::file.info.

Usage

file.info(..., extra_cols = TRUE)

Arguments

Examples

Run this code
# NOT RUN {
# get function from namespace instead of possibly getting
# implementation shipped with recent R versions:
bp_file.info = getFromNamespace("file.info", "backports")

bp_file.info(file.path(R.home(), "COPYING"), extra_cols = FALSE)
# }

Run the code above in your browser using DataCamp Workspace