Open dfalster opened 7 years ago
The system2 function reputedly gives more reliable system calls across platform. Also @richfitz wrote this function (see call_system) for making calls, which might be helpful
system2
call_system
system2 is base (and uses system) under the hood - very recommended over system.
system
If you want even more control:
sys
processx
Both excellent
The
system2
function reputedly gives more reliable system calls across platform. Also @richfitz wrote this function (seecall_system
) for making calls, which might be helpful