add_insert_text_request {rgoogleslides} | R Documentation |
Add an insert text request
Description
Add an insert text request
Usage
add_insert_text_request(
google_slides_request = NULL,
object_id,
row_index = NULL,
column_index = NULL,
text,
insertion_index = NULL
)
Arguments
google_slides_request |
(Optional) A Google Slides Request object which is used to manage requests to the API |
object_id |
The ID of the object where the text is to be inserted into |
row_index |
(Optional) A numeric vector of row to insert the text into. This value is only optional for shapes |
column_index |
(Optional) A numeric vector of column to insert the text into. This value is only optional for shapes |
text |
A character vector of text which is to be inserted into the shape or table |
insertion_index |
(Optional) A numeric vector which indicate the starting point of how the text is to be inserted |
[Package rgoogleslides version 0.3.2 Index]