inventory_reports: Inventory Reports Table

Description Usage Format Details Examples

Description

This data.frame contains all of the inventory reports available via the oas_basic_inventory, oas_search_inventory oas_geo_inventory, and oas_zone_inventory functions. Simply provide the same report_type and report_name as seen in this table to retrive via those functions

Usage

1

Format

a data.frame with 121 rows and 5 variables

Details

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
## Not run: 
data(inventory_reports)

head(inventory_reports)
#   inventory_type keywords_type   report_type           report_id           report_name
# 1          basic               configuration       Configuration         configuration
# 2          basic                    overview  AllCampaignsBooked  all campaigns booked
# 3          basic                    overview    AllSitesForecast    all sites forecast
# 4          basic                    overview AllSectionsForecast all sections forecast
# 5          basic                    overview     GlobalInventory      global inventory
# 6          basic      campaign      campaign        ListOverview         list overview

## End(Not run)

ReportMort/roas documentation built on May 9, 2019, 9:45 a.m.