Utility to detect the Linux distribution
of the current R
session.
util_distro()
Returns the NAME
field in /etc/os-release
or /usr/lib/os-release
in lower case if util_os() == "linux"
.
If the operating system is NOT Linux,
returns the result of util_os()
.
Ivan Jacob Agaloos Pesigan
util_distro()#> [1] "arch linux"