sq_list_categories: List Categories

Description Usage Arguments Details Value Examples

View source: R/categories.R

Description

Lists all of a location's item categories.

Usage

1
sq_list_categories(location, verbose = FALSE)

Arguments

location

character; the Square ID or name associated to a location. This must be an exact match to the ID or name as found using sq_list_locations.

verbose

logical; do you want informative messages?

Details

Required permissions: ITEMS_READ

Value

tbl_df of categories

Examples

1
2
3
4
## Not run: 
my_categories <- sq_list_categories(location)

## End(Not run)

StevenMMortimer/squareupr documentation built on July 12, 2019, 1:45 a.m.