account_list: List all accounts available to you

Description Usage Arguments Details Value

View source: R/account_list.R

Description

Provides a tibble of all BrandsEye accounts that are available to you. By default, this will show only active accounts.

Usage

1
account_list(includeInactive = FALSE, client = NULL)

Arguments

includeInactive

Set to TRUE if you would like inactive accounts to also be returned.

client

Optional. A character vector of client codes to find the accounts for those clients only.

Details

By default this returns only active accounts. You can use the includeInactive parameter to change this behaviour

The returned tibble can be passed to some other functions, such as account(), to return information from across all accounts available to you.

Value

A tibble of accounts available to you.


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