Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kazutan/tubeplayR
play youtube by R
https://github.com/kazutan/tubeplayR
Last synced: 3 months ago
JSON representation
play youtube by R
- Host: GitHub
- URL: https://github.com/kazutan/tubeplayR
- Owner: kazutan
- License: mit
- Created: 2017-01-20T13:02:08.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2020-12-05T04:55:57.000Z (almost 4 years ago)
- Last Synced: 2024-05-21T02:53:49.618Z (6 months ago)
- Language: R
- Size: 476 KB
- Stars: 16
- Watchers: 4
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.Rmd
- License: LICENSE
Awesome Lists containing this project
README
---
output: github_document
---```{r, echo = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "man/figures/README-"
)
```# tubeplayR
play youtube by RStudio(RStudio Server).![](man/figures/README-tubeplayR.png)
## install
```
devtools::install_github("kazutan/tubeplayR")
```## How to Use
First, run `tubeplay()`, and YouTube video start at RStudio.
If you want another YouTube video, run `tubeplay(url = "want/play/the/url")`.
Note argument `url` is a url for watch, **not embed url**.Yes, Youtube playlist is compatible.
## Envirnment to use this package
This package can use in follow environment:
- RStudio Server(Browser)
- RStudio Desktop v1.2 or later## License
MIT.