| system.call | R Documentation | 
system function to call system (e.g. perl) from R.
The only benefit to this wrapper is a more controlled verbose argument.Wrapper to base system function to call system (e.g. perl) from R.
The only benefit to this wrapper is a more controlled verbose argument.
system.call(syscall, verbose = T)
| syscall | string containing the system call | 
| verbose | print the syscall to screen, and it's stdout | 
Jeremiah Wala jwala@broadinstitute.org
# system.call('perl s/[0-9]+//g file1 > file2')
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.