Learn R Programming

soundgen (version 2.4.0)

annotation_app: Annotation app

Description

Starts a shiny app for annotating audio. This is a simplified version of formant_app that also works on Macs.

Usage

annotation_app()

Arguments

Examples

Run this code
# NOT RUN {
# Set up Firefox as default browser either system-wide or just in R.
# For ex., on Linux, run:
options('browser' = '/usr/bin/firefox')  # path to the executable
annotation_app()  # runs in Firefox
# }

Run the code above in your browser using DataLab