account_timezone: Get an account's timezone

Description Usage Arguments Value Author(s) Examples

View source: R/account_account_timezone.R

Description

Returns a vector of timezones for the given accounts. An account's data is reported in a particular timezone, set for that account. All dates provided in filters are assumed to be given in that timezone.

Usage

1

Arguments

account

An account object, or list of account objects.

Value

A character vector of timezone that account data is reported in.

Author(s)

Constance Neeser

Examples

1
2
3
4
5
account("TEST01AA") %>%
  account_timezone()

account("TEST01AA", "TEST02AA") %>%
  account_timezone()

brandseye/brandseyer2 documentation built on Sept. 5, 2021, 2:15 p.m.