Learn R Programming

soundgen (version 2.6.0)

annotation_app: Annotation app

Description

Starts a shiny app for annotating audio. This is a simplified and faster version of formant_app intended only for making annotations.

Usage

annotation_app()

Arguments

Examples

Run this code
if (FALSE) {
annotation_app()  # runs in default browser such as Firefox or Chrome

# To change system default browser, run something like:
options('browser' = '/usr/bin/firefox')  # path to the executable on Linux
}

Run the code above in your browser using DataLab