add_replace_all_text_request: Add a replace all text request

Description Usage Arguments

View source: R/build.R

Description

Add a replace all text request

Usage

1
2
3
4
5
6
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


hairizuanbinnoorazman/googleslides documentation built on Nov. 6, 2021, 7:48 a.m.