Learn R Programming

Google Slides for R

This package is wrapper around the Google Slides API and it serves to power data flows from R environment to Google Slides.

The package is available on CRAN. You can install the package using the following:

install.packages("rgoogleslides")

Or, if you would want to use the latest features in the package, you can run the following:

install.packages("devtools")
library(devtools)
devtools::install_github("hairizuanbinnoorazman/rgoogleslides", build_vignettes = TRUE)

If you encounter a bug while using the package, take a screenshot of the error and file an issue on this repository.

Examples and Blog Posts

For latest news and examples of how to use the rgoogleslides package, go to the following blog: https://www.hairizuan.com/tags/rgoogleslides/

Copy Link

Version

Install

install.packages('rgoogleslides')

Monthly Downloads

145

Version

0.3.2

License

MIT + file LICENSE

Maintainer

Hairizuan Noorazman

Last Published

March 10th, 2020

Functions in rgoogleslides (0.3.2)

add_replace_all_shapes_with_image_request

Add a replace all shapes with image request
add_replace_all_text_request

Add a replace all text request
page_element_property

Common Property: Page Element Property
rgoogleslides

rgoogleslides: From R to Slides
get_slide_page_properties

Get a single page of a Google Slides property
get_slides_properties

Get Google Slides Properties
create_data_table

Create and upload data into a table in slides
add_insert_table_columns_request

Add an insert table column request
commit_to_slides

Commit changes to slides
add_update_slides_position_request

Add an update slides position request
authorize

Authorize R package to access Google Slides API
add_insert_table_rows_request

Add an insert table row request
is.page_element_property

Check if the object is a google slide request object
is.google_slide_request

Check if the object is a google slide request object
aligned_page_element_property

Convenience function to return a page element property that aligns said element
check_validity

Convenience function to return a value if the value is NA
dataframe_convert

Convert dataframe to dataframe with rows and columns
create_slides

Create a new googleslide
add_insert_text_request

Add an insert text request
get_endpoint

Generate endpoint for the Google Slides API
get_google_drive_urls

Get the list of google drive url
add_delete_table_row_request

Add a delete table row request
add_create_image_request

Add a create image request
add_create_slide_page_request

Add a create slide request
add_delete_object_request

Add a delete object request
add_create_video_request

Add a create video request
add_delete_table_column_request

Add a delete table column request
add_delete_text_request

Add a delete text request
add_create_table_request

Add a create table request
add_create_shape_request

Add a create shape request