Query: Query Class

QueryR Documentation

Query Class

Description

Query Class

Query Class

Public fields

can
id
model
view
fields
pivots
fill_fields
filters
filter_expression
sorts
limit
column_limit
total
row_total
subtotals
vis_config
filter_config
visible_ui_sections
slug
dynamic_fields
client_id
share_url
expanded_share_url
url
query_timezone
has_table_calculations

Methods

Public methods


Method new()

Usage
Query$new(
  can,
  id,
  model,
  view,
  fields,
  pivots,
  fill_fields,
  filters,
  filter_expression,
  sorts,
  limit,
  column_limit,
  total,
  row_total,
  subtotals,
  vis_config,
  filter_config,
  visible_ui_sections,
  slug,
  dynamic_fields,
  client_id,
  share_url,
  expanded_share_url,
  url,
  query_timezone,
  has_table_calculations
)

Method toJSON()

Usage
Query$toJSON()

Method fromJSONObject()

Usage
Query$fromJSONObject(QueryJsonObject)

Method fromJSON()

Usage
Query$fromJSON(QueryJson)

Method toJSONString()

Usage
Query$toJSONString()

Method fromJSONString()

Usage
Query$fromJSONString(QueryJson)

Method clone()

The objects of this class are cloneable with this method.

Usage
Query$clone(deep = FALSE)
Arguments
deep

Whether to make a deep clone.


looker/lookr documentation built on Jan. 15, 2024, 2:49 a.m.