knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  fig.path = "man/figures/README-",
  out.width = "100%"
)

Tayoncé: The best of Beyonce and Taylor Swift

This is an R package inspired by TidyTuesday week 40, and was my slightly alternative contribution. Generates a song with a verse, 2x chorus, and a bridge, using random lines from Beyoncé and Taylor Swift songs.

Installing the package

devtools::install_github("bbartholdy/tayonce")

:musical_note: Generate your first (of many) hit song! :musical_note:

tayonce::hit_song()


bbartholdy/tayonce documentation built on April 12, 2021, 3:16 a.m.