R/phrase_helpers.R
rest.Rd
Create multiple rests efficiently with a simple wrapper around rep() using the times argument.
rep()
times
rest(x, n = 1)
integer, duration.
integer, number of repetitions.
a character string.
rest(c(1, 8), c(1, 4)) #> [1] "r1 r8 r8 r8 r8"