format_fileinfo_local: Format a file-info data frame

Description Usage Arguments Value

Description

Format a file-info data frame

Usage

1
2
3
format_fileinfo_adls(.data, tz = "UTC", ...)

format_fileinfo_local(.data, tz = "UTC", ...)

Arguments

.data

object containing file information, usually a 'data.frame'

tz

'character', name of timezone to use

...

additional arguments passed to [dplyr::transmute()] to add variables to the data frame.

Value

[tibble::tibble()] with varaibles:

basename

'character', basename of the file path

type

'character', can be '"file"' or '"directory"'

length

'double', file-length (bytes)

modified

'POSIXct', modification time


ijlyttle/fileinfo documentation built on May 28, 2019, 9:55 p.m.