add_create_table_request: Add a create table request

Description Usage Arguments

View source: R/build.R

Description

Add a create table request

Usage

1
2
3
4
5
6
7
add_create_table_request(
  google_slides_request = NULL,
  page_element_property,
  rows,
  columns,
  object_id = NULL
)

Arguments

google_slides_request

(Optional) A Google Slides Request object which is used to manage requests to the API

page_element_property

A list that contains a page element property. The page element is to be generated by the page_element_property function in this package.

rows

A numeric vector with the row index of the data to be filled in the table. Only for tables

columns

A numeric vector with the column index of the data to be filled in the table. Only for tables

object_id

(Optional) A character vector to name the object created instead of leaving it to Google


sparklineanalytics/rgoogleslides documentation built on Nov. 9, 2021, 3:42 a.m.