R/cmd.r

Defines functions cmd

cmd = function(x, ...) { system2(paste(x, ...)) }
# cmd = system2  # this is now sufficient ... cmd is deprecated
jae0/ecmenv documentation built on May 28, 2019, 9:56 p.m.