add_delete_table_row_request {rgoogleslides}R Documentation

Add a delete table row request

Description

Deletes a row from a table.

Usage

add_delete_table_row_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 delete a row from.

row_index

The 0-based row index.

column_index

The 0-based column index.


[Package rgoogleslides version 0.3.2 Index]