Repeatr_2: takes a dataframe with one row per show-song and reshapes it...

View source: R/Repeatr_2.R

Repeatr_2R Documentation

takes a dataframe with one row per show-song and reshapes it long again so that the rows are identified by combinations of gid, song_number, and songid.

Description

The first line of the data this was originally developed with:

washington-dc-usa-90387 FLS0001 03/09/1987 Wilson Center $5 300 Joey Picuri Fugazi Cassette Joe #1 Intro Song #1 Furniture Merchandise Turn Off Your Guns In Defense Of Humans Waiting Room The Word

"gid" is short for "gig id"

Usage

Repeatr_2(mydf = NULL)

Arguments

mydf

optional dataframe to be used. If omitted the default dataframe will be used.

Examples

Repeatr2 <- Repeatr_2(mydf = Repeatr1)


alexmitrani/Repeatr documentation built on June 11, 2024, 1:42 p.m.