Description Arguments Examples
Like dplyr, vembedr also uses the pipe function, \%>\%
to turn
function composition into a series of imperative statements.
lhs, rhs |
An embed object and a function to apply to it |
1 2 3 4 | # Instead of
use_start_time(rickroll_youtube(), "1m35s")
# you can write
rickroll_youtube() %>% use_start_time("1m35s")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.