add_replace_all_text_request {rgoogleslides} | R Documentation |
Add a replace all text request
Description
Add a replace all text request
Usage
add_replace_all_text_request(
google_slides_request = NULL,
replace_text = NULL,
text = NULL,
match_case = TRUE
)
Arguments
google_slides_request |
(Optional) A Google Slides Request object which is used to manage requests to the API |
replace_text |
A character vector of text that would replace the ones in the text parameter. The order of the replaceText matters |
text |
A character vector of text that would replaced by the ones in the replaceText parameter. The order of the text matters |
match_case |
(Optional) A boolean that takes in only TRUE or FALSE only. This would be applied across all requests |
[Package rgoogleslides version 0.3.2 Index]