Learn R Programming

tabr (version 0.4.0)

tabr_options: Options

Description

Options for tabr package.

Usage

tabr_options(...)

Arguments

...

a list of options.

Value

The function prints all set options if called with no arguments. When setting options, nothing is returned.

Details

Currently only lilypond, midi2ly and python are used. On Windows systems, if the system path for lilypond.exe, midi2ly.py and python.exe are not stored in the system PATH environmental variable, they must be provided by the user after loading the package.

Examples

Run this code
# NOT RUN {
tabr_options()
lilypond_path <- "C:/Program Files (x86)/LilyPond/usr/bin/lilypond.exe"
tabr_options(lilypond = lilypond_path)
# }

Run the code above in your browser using DataLab