Skip to content

richelbilderbeek/heyahmama

Repository files navigation

heyahmama

R-CMD-check codecov.io DOI

heyahmama logo

heyahmama is an R package about the Flemish band K3, containing data about its musical output, as well as functions to easily access that data.

Installation

To install heyahmama, do:

remotes::install_github("richelbilderbeek/heyahmama")

Example usage

library(heyahmama)

# An overview of which member was in which formation
formations <- get_formations()

# Get a list of all CDs' titles and band formations
cds <- get_cds()

# Get the composers for each song
composers <- get_composers()

# Get an overview of all songs' CD, track number, song title and duration
songs <- get_released_songs()

# Get the lyrics of a song
lyrics <- get_song_lyrics("Heyah mama")

How to cite this package

See the file inst/CITATION that contains the citation of this package.

Logo

The logo is based from a public domain image from here.

Files used by continuous integration scripts

Filename Descriptions
mlc_config.json Configuration of the link checker, use markdown-link-check --config mlc_config.json --quiet docs/**/*.md to do link checking locally
.spellcheck.yml Configuration of the spell checker, use pyspelling -c .spellcheck.yml to do spellcheck locally
.wordlist.txt Whitelisted words for the spell checker, use pyspelling -c .spellcheck.yml to do spellcheck locally
.markdownlint.jsonc Configuration of the markdown linter, use markdownlint "**/*.md" to do markdown linting locally. The name of this file is a default name.
.markdownlintignore Files ignored by the markdown linter, use markdownlint "**/*.md" to do markdown linting locally. The name of this file is a default name.