https://github.com/fhdsl/ptplyr
PowerPoint Manipulation
https://github.com/fhdsl/ptplyr
Last synced: 9 months ago
JSON representation
PowerPoint Manipulation
- Host: GitHub
- URL: https://github.com/fhdsl/ptplyr
- Owner: fhdsl
- License: other
- Created: 2023-09-06T21:29:46.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-10-03T23:25:30.000Z (over 2 years ago)
- Last Synced: 2025-01-16T06:11:54.699Z (over 1 year ago)
- Language: R
- Size: 10.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.Rmd
- License: LICENSE
Awesome Lists containing this project
README
---
output: github_document
---
```{r, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "man/figures/README-",
out.width = "100%"
)
```
# ptplyr
The goal of ptplyr is to provide a set of functions designed for the manipulation of Microsoft PowerPoint files. There are functions for extracting speaker notes, converting a PPTX file to a PDF file, and converting a PDF file to a PNG file.
## Installation
You can install the development version of ptplyr from [GitHub](https://github.com/) with:
``` r
# install.packages("devtools")
devtools::install_github("fhdsl/ptplyr")
```