first_take: Listen to a random song

Description Usage Arguments

View source: R/first_take.R

Description

Run to open a random song in youtube. Provide an index to listen to a specific song.

Usage

1
2
3
4
first_take(
  index = sample(seq_len(nrow(takes)), 1),
  takes = ftpals::first_takes
)

Arguments

index

Which song to listen to (index in the palette table)

takes

Palette table


tsostarics/ftpals documentation built on Dec. 23, 2021, 12:59 p.m.