sweepstack | R Documentation |
it returns a dataframe with two columns, "gid" and "shows". gid is the gig id of the starting show used for the test. shows is the number of shows included in the resulting stack.
sweepstack(number_stacks = NULL, exclude_poor_sound_quality = FALSE)
number_stacks |
this is the number of starting shows to test. if not specified all the possible starting shows will be tested. |
exclude_poor_sound_quality |
set this to TRUE to exclude shows with sound quality rated as 'Poor'. |
sweepstack
results <- sweepstack(number_stacks = 10, exclude_poor_sound_quality = TRUE)
stack1 <- results[[1]]
stack2 <- results[[2]]
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.