Learn R Programming

odiffr (version 0.5.1)

odiff_info: Display odiff Configuration Information

Description

Display odiff Configuration Information

Usage

odiff_info()

Arguments

Value

A list with components:

os

Operating system (darwin, linux, windows)

arch

Architecture (arm64, x64)

path

Path to the odiff binary

version

odiff version string

source

Source of the binary (option, system, cached)

Examples

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

Run the code above in your browser using DataLab