Learn R Programming

ARUtools (version 0.7.2)

guess_ARU_type: Try to guess the ARU type from a file path

Description

Try to guess the ARU type from a file path

Usage

guess_ARU_type(path)

Value

Tibble with columns 'manufacturer', 'model', and 'aru_type'

Arguments

path

Character. Path to wave file

Examples

Run this code

get_pattern("pattern_aru_type")

guess_ARU_type("/path/to/barlt/file.wav")

guess_ARU_type("/path/to/sm/S4A2342.wav")

Run the code above in your browser using DataLab