Add an insert table column request
add_insert_table_columns_request(
google_slides_request = NULL,
table_object_id,
row_index,
column_index,
insert_right = TRUE,
number
)
(Optional) A Google Slides Request object which is used to manage requests to the API
The table to insert rows into.
The 0-based row index.
The 0-based column index.
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.
The number of rows to be inserted. Maximum 20 per request.