add_insert_text_request: Add an insert text request

Description Usage Arguments

View source: R/build.R

Description

Add an insert text request

Usage

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


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