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

Description Usage Arguments Value Examples

Description

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

Usage

1
df_with_tz(data, tz = "UTC")

Arguments

data

dataframe

tz

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

Value

dataframe

Examples

1
df_with_tz(wx_ames, tz = "UTC")

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