ScheduledPlan: ScheduledPlan Class

ScheduledPlanR Documentation

ScheduledPlan Class

Description

ScheduledPlan Class

ScheduledPlan Class

Public fields

name
user_id
run_as_recipient
enabled
look_id
dashboard_id
lookml_dashboard_id
filters_string
dashboard_filters
require_results
require_no_results
require_change
send_all_results
crontab
datagroup
timezone
query_id
scheduled_plan_destination
run_once
include_links
pdf_paper_size
pdf_landscape
embed
color_theme
long_tables
inline_table_width
id
created_at
updated_at
title
user
next_run_at
last_run_at
can

Methods

Public methods


Method new()

Usage
ScheduledPlan$new(
  name,
  user_id,
  run_as_recipient,
  enabled,
  look_id,
  dashboard_id,
  lookml_dashboard_id,
  filters_string,
  dashboard_filters,
  require_results,
  require_no_results,
  require_change,
  send_all_results,
  crontab,
  datagroup,
  timezone,
  query_id,
  scheduled_plan_destination,
  run_once,
  include_links,
  pdf_paper_size,
  pdf_landscape,
  embed,
  color_theme,
  long_tables,
  inline_table_width,
  id,
  created_at,
  updated_at,
  title,
  user,
  next_run_at,
  last_run_at,
  can
)

Method toJSON()

Usage
ScheduledPlan$toJSON()

Method fromJSONObject()

Usage
ScheduledPlan$fromJSONObject(ScheduledPlanJsonObject)

Method fromJSON()

Usage
ScheduledPlan$fromJSON(ScheduledPlanJson)

Method toJSONString()

Usage
ScheduledPlan$toJSONString()

Method fromJSONString()

Usage
ScheduledPlan$fromJSONString(ScheduledPlanJson)

Method clone()

The objects of this class are cloneable with this method.

Usage
ScheduledPlan$clone(deep = FALSE)
Arguments
deep

Whether to make a deep clone.


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