View source: R/phrase_helpers.R
rest | R Documentation |
Create multiple rests efficiently with a simple wrapper around rep()
using
the times
argument.
rest(x, n = 1)
x |
integer, duration. |
n |
integer, number of repetitions. |
a character string.
rest(c(1, 8), c(1, 4))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.