media_list_dmas {civis} | R Documentation |
List all Designated Market Areas
Description
List all Designated Market Areas
Usage
media_list_dmas(name = NULL, number = NULL)
Arguments
name |
string optional. If specified, will be used to filter the DMAs returned. Substring matching is supported with "%" and "*" wildcards (e.g., "name=%region%" will return both "region1" and "my region"). |
number |
integer optional. If specified, will be used to filter the DMAS by number. |
Value
An array containing the following fields:
name |
string, Name for the DMA region. |
number |
integer, Identifier number for a DMA. |
[Package civis version 3.1.2 Index]