Kero4 Wiki
開始行:
#author("2017-04-20T14:40:48+09:00","default:kow","kow")
**R Systemのコマンドを使用する [#gd3bd440]
~
- ''syntax:''
~
&color(red,){'' system("ls -la") ''};
~
~
- ''comment:''~
Rのコンソール内でSystemの外部コマンドを使用します。
~
~
- ''Example:''
~
#highlight(php:nogutter:collapse){{
>
> system("ls -la")
合計 32
drwxr-xr-x. 2 root root 4096 4月 20 13:49 .
drwxr-xr-x. 5 root root 4096 4月 20 13:48 ..
-rw-r--r--. 1 root root 1535 4月 20 13:48 test1.r
-rw-r--r--. 1 root root 1535 4月 20 13:48 test2.r
-rw-r--r--. 1 root root 1535 4月 20 13:48 test3.r
-rw-r--r--. 1 root root 1535 4月 20 13:48 test4.r
-rw-r--r--. 1 root root 1535 4月 20 13:48 test5.r
>
}}
~
#highlight(end)
~
~
&tag(Linux,R);
~
~
[[Goto Top Page>/]]
~
終了行:
#author("2017-04-20T14:40:48+09:00","default:kow","kow")
**R Systemのコマンドを使用する [#gd3bd440]
~
- ''syntax:''
~
&color(red,){'' system("ls -la") ''};
~
~
- ''comment:''~
Rのコンソール内でSystemの外部コマンドを使用します。
~
~
- ''Example:''
~
#highlight(php:nogutter:collapse){{
>
> system("ls -la")
合計 32
drwxr-xr-x. 2 root root 4096 4月 20 13:49 .
drwxr-xr-x. 5 root root 4096 4月 20 13:48 ..
-rw-r--r--. 1 root root 1535 4月 20 13:48 test1.r
-rw-r--r--. 1 root root 1535 4月 20 13:48 test2.r
-rw-r--r--. 1 root root 1535 4月 20 13:48 test3.r
-rw-r--r--. 1 root root 1535 4月 20 13:48 test4.r
-rw-r--r--. 1 root root 1535 4月 20 13:48 test5.r
>
}}
~
#highlight(end)
~
~
&tag(Linux,R);
~
~
[[Goto Top Page>/]]
~
ページ名: