Run to open a random song in youtube. Provide an index to listen to a specific song.
1 2 3 4 | first_take(
index = sample(seq_len(nrow(takes)), 1),
takes = ftpals::first_takes
)
|
index |
Which song to listen to (index in the palette table) |
takes |
Palette table |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.