tbldf_read: tbldf_read

Description Usage Arguments Value

View source: R/tbldf_read.R

Description

Given some text (or a file path), a delimiter, and tz attributes, returns a dplyr::tbl_df()

Usage

1
tbldf_read(file, delim = ",", tz_file = "UTC", tz_location = "UTC")

Arguments

file

Passed to readr::read_delim. Either a path to a file, a connection, or literal data (either a single string or a raw vector).

delim

Passed to readr::read_delim. Delimiter.

tz_file

Timezone used to express the time in the file, see lubridate::olson_time_zones()

tz_location

Timezone used to express the time at the location, see lubridate::olson_time_zones()

Value

dplyr::tbl_df() Dataframe-like structure


ijlyttle/xformplus documentation built on May 18, 2019, 3:42 a.m.