Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gaborcsardi/keynote
Work with Keynote documents from R (VERY EXPERIMENTAL!)
https://github.com/gaborcsardi/keynote
Last synced: 13 days ago
JSON representation
Work with Keynote documents from R (VERY EXPERIMENTAL!)
- Host: GitHub
- URL: https://github.com/gaborcsardi/keynote
- Owner: gaborcsardi
- License: other
- Created: 2020-01-17T10:49:23.000Z (almost 5 years ago)
- Default Branch: x
- Last Pushed: 2020-06-11T18:10:45.000Z (over 4 years ago)
- Last Synced: 2024-11-05T03:42:13.486Z (2 months ago)
- Language: AppleScript
- Size: 12.7 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.Rmd
- Changelog: NEWS.md
- License: LICENSE
Awesome Lists containing this project
README
```{r, setup, echo = FALSE, message = FALSE}
knitr::opts_chunk$set(
comment = "#>",
tidy = FALSE,
error = FALSE,
fig.width = 8,
fig.height = 8)
```# keynote
> Create and Update Keynote Presentations from R
[![Linux Build Status](https://travis-ci.org/gaborcsardi/keynote.svg?branch=master)](https://travis-ci.org/gaborcsardi/keynote)
[![Windows Build status](https://ci.appveyor.com/api/projects/status/github/gaborcsardi/keynote?svg=true)](https://ci.appveyor.com/project/gaborcsardi/keynote)
[![](http://www.r-pkg.org/badges/version/keynote)](http://www.r-pkg.org/pkg/keynote)
[![CRAN RStudio mirror downloads](http://cranlogs.r-pkg.org/badges/keynote)](http://www.r-pkg.org/pkg/keynote)Create and Update Keynote Presentations from R
## Installation
```{r eval = FALSE}
remotes::install_github("gaborcsardi/keynote")
```## Usage
```{r}
library(keynote)
```## License
MIT © RStudio