Add an insert text request
add_insert_text_request(
google_slides_request = NULL,
object_id,
row_index = NULL,
column_index = NULL,
text,
insertion_index = NULL
)
(Optional) A Google Slides Request object which is used to manage requests to the API
The ID of the object where the text is to be inserted into
(Optional) A numeric vector of row to insert the text into. This value is only optional for shapes
(Optional) A numeric vector of column to insert the text into. This value is only optional for shapes
A character vector of text which is to be inserted into the shape or table
(Optional) A numeric vector which indicate the starting point of how the text is to be inserted