Skip to content
/ gsplyr Public

Google Slides manipulation

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE
MIT
LICENSE.md
Notifications You must be signed in to change notification settings

fhdsl/gsplyr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gsplyr

The goal of gsplyr is to provide a set of functions designed for the manipulation of Google Slides. There are functions for obtaining the presentation ID, constructing a link for exporting image files, and downloading Google Slides in PPTX format.

Installation

You can install the development version of gsplyr from GitHub with:

# install.packages("devtools")
devtools::install_github("fhdsl/gsplyr")

Example

library(gsplyr)
example_link <- "https://docs.google.com/presentation/d/1Dw_rBb1hySN_76xh9-x5J2dWF_das9BAUjQigf2fN-E/edit?usp=sharing"

# Download to temp directory
download(link = example_link)

# Derive presentation ID
derive_presentation_id(example_link)

About

Google Slides manipulation

Resources

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE
MIT
LICENSE.md

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages