Entering edit mode
3.0 years ago
anasjamshed
▴
140
Can I run Linux commands and scripts Through R Studio?
Can I run Linux commands and scripts Through R Studio?
Use of this site constitutes acceptance of our User Agreement and Privacy Policy.
Yes, using e.g.
system("ls")
But what about complete functionality?How can I execute.sh files?
Try
system("bash execute.sh")