Helper function: checks whether operating system is windows or linux

checkOperatingSystem()

Examples

os <- checkOperatingSystem() ### if function shell() is not available -> linux" os ### return operating system
#> [1] "linux"