LookApi: Look operations

LookApiR Documentation

Look operations

Description

looker.Look

Methods

all_looks Get All Looks

copy_look Copy Look

create_look Create Look

delete_look Delete Look

look Get Look

move_look Move Look

run_look Run Look

search_looks Search Looks

update_look Update Look

Public fields

path

Stores url path of the request.

apiClient

Handles the client-server communication.

userAgent

Set the user agent of the request.

Active bindings

path

Stores url path of the request.

Methods

Public methods


Method new()

Usage
LookApi$new(apiClient)

Method all_looks()

Usage
LookApi$all_looks(fields, ...)

Method copy_look()

Usage
LookApi$copy_look(look_id, folder_id, ...)

Method create_look()

Usage
LookApi$create_look(body, fields, ...)

Method delete_look()

Usage
LookApi$delete_look(look_id, ...)

Method look()

Usage
LookApi$look(look_id, fields, ...)

Method move_look()

Usage
LookApi$move_look(look_id, folder_id, ...)

Method run_look()

Usage
LookApi$run_look(
  look_id,
  result_format,
  limit,
  apply_formatting,
  apply_vis,
  cache,
  image_width,
  image_height,
  generate_drill_links,
  force_production,
  cache_only,
  path_prefix,
  rebuild_pdts,
  server_table_calcs,
  ...
)

Method search_looks()

Usage
LookApi$search_looks(
  id,
  title,
  description,
  content_favorite_id,
  folder_id,
  user_id,
  view_count,
  deleted,
  query_id,
  curate,
  last_viewed_at,
  fields,
  page,
  per_page,
  limit,
  offset,
  sorts,
  filter_or,
  ...
)

Method update_look()

Usage
LookApi$update_look(look_id, body, fields, ...)

Method clone()

The objects of this class are cloneable with this method.

Usage
LookApi$clone(deep = FALSE)
Arguments
deep

Whether to make a deep clone.


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