add_update_slides_position_request {rgoogleslides} | R Documentation |
Add an update slides position request
Description
Add an update slides position request
Usage
add_update_slides_position_request(
google_slides_request = NULL,
slide_object_ids = NULL,
insertion_index = NULL
)
Arguments
google_slides_request |
(Optional) A Google Slides Request object which is used to manage requests to the API |
slide_object_ids |
A character vector of slide ids |
insertion_index |
Numeric Vector. This is where the slides selected in slideobjectids parameter is inserted into. The slides would be inserted based on before the arrangement before the move. |
[Package rgoogleslides version 0.3.2 Index]