RosettaCodeData/Task/Execute-a-system-command/R/execute-a-system-command.r

3 lines
45 B
R
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
system("ls")
output=system("ls",intern=TRUE)