df_with_tz: Sets the timezone of all time-based columns in a dataframe

Description Usage Arguments Value Examples

View source: R/utils.R

Description

Sets the timezone of all time-based columns in a dataframe

Usage

1
df_with_tz(df, tz = "UTC")

Arguments

df

dataframe

tz

timezone, an Olson timezone or "UTC" (default)

Value

dataframe

Examples

1
df_with_tz(coltypes_sample, tz = "America/Chicago")

ijlyttle/shinychord documentation built on May 18, 2019, 3:41 a.m.