Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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!)

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