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

https://github.com/rstudio/chromote

Chrome Remote Interface for R
https://github.com/rstudio/chromote

Last synced: 13 days ago
JSON representation

Chrome Remote Interface for R

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%"
)
```

# chromote chromote website

[![R-CMD-check](https://github.com/rstudio/chromote/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/rstudio/chromote/actions)
[![CRAN status](https://www.r-pkg.org/badges/version/chromote)](https://CRAN.R-project.org/package=chromote)
[![Lifecycle: experimental](https://img.shields.io/badge/lifecycle-experimental-orange.svg)](https://lifecycle.r-lib.org/articles/stages.html#experimental)

```{r child="man/fragments/features.Rmd"}
```

## Learn More

Learn more about using and programming with chromote:

* [Get started](https://rstudio.github.io/chromote/articles/chromote.html)
* [Commands and events](https://rstudio.github.io/chromote/articles/commands-and-events.html)
* [Synchronous vs. asynchronous usage](https://rstudio.github.io/chromote/articles/sync-async.html)
* [Choosing which Chrome-based browser to use](https://rstudio.github.io/chromote/articles/which-chrome.html)

```{r child="man/fragments/install.Rmd"}
```

```{r child="man/fragments/basic-usage.Rmd"}
```