add_delete_table_column_request {rgoogleslides} | R Documentation |
Add a delete table column request
Description
Deletes a column from a table.
Usage
add_delete_table_column_request(
google_slides_request = NULL,
table_object_id,
row_index,
column_index
)
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. |
[Package rgoogleslides version 0.3.2 Index]