Skip to contents

Test if object is a audio_stream

Usage

is_audio_stream(x)

Arguments

x

An object to test.

Value

A logical.

Examples

is_audio_stream("not a audio_stream")
#> [1] FALSE