Learn R Programming

cargo (version 0.1.37)

target: Determine the Rust Build Target

Description

This function tries to determine the appropriate Rust target for this instance of R.

Usage

target()

Arguments

Value

A string giving a Rust target, or "" if this cannot be determined.

Examples

Run this code
# NOT RUN {
target()

# }

Run the code above in your browser using DataLab