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
- Host: GitHub
- URL: https://github.com/rstudio/chromote
- Owner: rstudio
- Created: 2019-02-02T04:37:53.000Z (about 6 years ago)
- Default Branch: main
- Last Pushed: 2025-03-26T21:18:17.000Z (25 days ago)
- Last Synced: 2025-03-31T20:07:02.442Z (20 days ago)
- Language: R
- Homepage: https://rstudio.github.io/chromote/
- Size: 37.4 MB
- Stars: 164
- Watchers: 14
- Forks: 21
- Open Issues: 30
-
Metadata Files:
- Readme: README.Rmd
- Changelog: NEWS.md
Awesome Lists containing this project
- jimsghstars - rstudio/chromote - Chrome Remote Interface for R (R)
README
---
output: github_document
---```{r, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "man/figures/README-",
out.width = "100%"
)
```[](https://github.com/rstudio/chromote/actions)
[](https://CRAN.R-project.org/package=chromote)
[](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"}
```