Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fhdsl/ptplyr
PowerPoint Manipulation
https://github.com/fhdsl/ptplyr
Last synced: about 2 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 (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-03T23:25:30.000Z (over 1 year ago)
- Last Synced: 2023-10-04T12:35:04.887Z (about 1 year ago)
- Language: R
- Size: 10.7 KB
- Stars: 0
- Watchers: 1
- 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")
```