order_type: Make an OrderType object

Description Usage Arguments Details Value

View source: R/ga_v4_objects.R

Description

Make an OrderType object

Usage

1
2
3
order_type(field, sort_order = c("ASCENDING", "DESCENDING"),
  orderType = c("VALUE", "DELTA", "SMART", "HISTOGRAM_BUCKET",
  "DIMENSION_AS_INTEGER"))

Arguments

field

One field to sort by

sort_order

ASCENDING or DESCENDING

orderType

Type of ordering

Details

For multiple order sorting, create seperate OrderType objects to pass

Value

A order_type_ga4 object for use in GAv4 fetch


GeeHLee/GoogleR documentation built on May 6, 2019, 5:34 p.m.