insert_audio {checkdown} | R Documentation |
Insert audio
Description
Insert audio
Usage
insert_audio(
src,
controls = TRUE,
autoplay = FALSE,
loop = FALSE,
muted = FALSE,
preload = c("none", "auto", "metadata")
)
Arguments
src |
character. It specifies the location (URL) of the audio file. |
controls |
logical. When |
autoplay |
logical. When |
loop |
logical. When |
muted |
logical. When |
preload |
character. It specifies if and how the author thinks that the audio file should be loaded when the page loads. Possible values are |
Value
returns set of html tags
Author(s)
George Moroz <agricolamz@gmail.com>
Examples
insert_audio("1.wav")
[Package checkdown version 0.0.12 Index]