add_delete_table_row_request {rgoogleslides} | R Documentation |
Deletes a row from a table.
add_delete_table_row_request(
google_slides_request = NULL,
table_object_id,
row_index,
column_index
)
google_slides_request |
(Optional) A Google Slides Request object which is used to manage requests to the API |
table_object_id |
The table to delete a row from. |
row_index |
The 0-based row index. |
column_index |
The 0-based column index. |