Utility to detect the Linux distribution of the current R session.

util_distro()

Value

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() .

Author

Ivan Jacob Agaloos Pesigan

Examples

util_distro()
#> [1] "arch linux"