run_converter_app: Launch the Video to MP3 Converter App

View source: R/convert_app.R

run_converter_appR Documentation

Launch the Video to MP3 Converter App

Description

This function converts video files to MP3. It provides a simple interface for selecting an input folder and processing the files, with the converted MP3 files saved in the same input folder.

Usage

run_converter_app()

Value

No return value, called for side effects.

Examples

## Not run: 
if (interactive()) {
  run_converter_app()
}

## End(Not run)


LJmp3converter documentation built on April 4, 2025, 12:29 a.m.