tabr (version 0.4.9)

rest: Create rests

Description

Create multiple rests efficiently with a simple wrapper around rep() using the times argument.

Usage

rest(x, n = 1)

Value

a character string.

Arguments

x

integer, duration.

n

integer, number of repetitions.

Examples

Run this code
rest(c(1, 8), c(1, 4))

Run the code above in your browser using DataLab