Learn R Programming

auk (version 0.4.0)

auk_get_awk_path: OS specific path to AWK executable

Description

Return the OS specific path to AWK (e.g. "C:/cygwin64/bin/gawk.exe" or "/usr/bin/awk"), or highlights if it's not installed. To manually set the path to AWK, set the AWK_PATH environment variable in your .Renviron file, which can be accomplished with the helper function auk_set_awk_path(path).

Usage

auk_get_awk_path()

Arguments

Value

Path to AWK or NA if AWK wasn't found.

See Also

Other paths: auk_get_ebd_path, auk_set_awk_path, auk_set_ebd_path

Examples

Run this code
# NOT RUN {
auk_get_awk_path()
# }

Run the code above in your browser using DataLab