add_insert_table_columns_request: Add an insert table column request

Description Usage Arguments

View source: R/build.R

Description

Add an insert table column request

Usage

1
2
3
4
5
6
7
8
add_insert_table_columns_request(
  google_slides_request = NULL,
  table_object_id,
  row_index,
  column_index,
  insert_right = TRUE,
  number
)

Arguments

google_slides_request

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

table_object_id

The table to insert rows into.

row_index

The 0-based row index.

column_index

The 0-based column index.

insert_right

Whether to insert new columns to the right of the reference cell location. If True, cells will be inserted to the right of the cell reference. If False, cells will be inserted to the left of the cell reference.

number

The number of rows to be inserted. Maximum 20 per request.


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