Embed Video in HTML (original) (raw)

The goal of vembedr is to make it a little bit easier for you to embed videos into your RMarkdown documents and your Shiny apps; these services are supported:

New to version 0.1.5

Installation

You can install the latest released version from CRAN with:

or the latest development version from GitHub with:

# install.packages("devtools")
devtools::install_github("ijlyttle/vembedr")

Documentation

This project supports two documentation-websites, built using pkgdown:

Usage

The most useful function might be [embed_url()](reference/embed%5Furl.html). If the URL is from one of the supported services, it will do the right thing:

The video is not embedded in this README file as is rendered to Markdown; to see embedded videos, please see [vignette("vembedr")](articles/vembedr.html). Each of the supported services, e.g. YouTube, is discussed in [vignette("embed")](articles/embed.html).

The functions are designed to be piped. For example, here’s how you can modify the appearance and the start time:

To see these functions in action, see [vignette("modify")](articles/modify.html).

Caveats

Code of Conduct

Please note that the vembedr project is released with a Contributor Code of Conduct. By contributing to this project, you agree to abide by its terms.