Learn R Programming

odiffr (version 0.5.1)

find_odiff: Find the odiff Binary

Description

Locates the odiff executable using a priority-based search:

  1. User-specified path via options(odiffr.path = "...")

  2. System PATH (Sys.which("odiff"))

  3. Cached binary from odiffr_update()

Usage

find_odiff()

Arguments

Value

Character string with the absolute path to the odiff executable.

Examples

Run this code
if (FALSE) {
find_odiff()
}

Run the code above in your browser using DataLab