"Rscript"의 두 판 사이의 차이

 
(같은 사용자의 중간 판 4개는 보이지 않습니다)
2번째 줄: 2번째 줄:
;Rscript
;Rscript
;/usr/bin/Rscript
;/usr/bin/Rscript
* "Scripting Front-End for R {{해석|R용 스크립팅 프론트엔드}}"
<syntaxhighlight lang='console'>
user01@localhost:~$ Rscript -e 'head(iris)'
  Sepal.Length Sepal.Width Petal.Length Petal.Width Species
1          5.1        3.5          1.4        0.2  setosa
2          4.9        3.0          1.4        0.2  setosa
3          4.7        3.2          1.3        0.2  setosa
4          4.6        3.1          1.5        0.2  setosa
5          5.0        3.6          1.4        0.2  setosa
6          5.4        3.9          1.7        0.4  setosa
</syntaxhighlight>


==같이 보기==
==같이 보기==
* [[R -e]]
* [[Rscript -e]]
* [[/usr/bin/r]] ('littler')
* [[/usr/bin/r]] ('littler')
* [[/usr/bin/R]]
* [[/usr/bin/R]]
9번째 줄: 23번째 줄:
==참고==
==참고==
* https://svn.r-project.org/R/trunk/src/unix/Rscript.c
* https://svn.r-project.org/R/trunk/src/unix/Rscript.c
* https://astrostatistics.psu.edu/su07/R/html/utils/html/Rscript.html


[[분류: R]]
[[분류: R CLI]]
[[분류: /usr/bin]]

2021년 4월 4일 (일) 21:15 기준 최신판

1 개요[ | ]

Rscript
/usr/bin/Rscript
  • "Scripting Front-End for R → R용 스크립팅 프론트엔드"
user01@localhost:~$ Rscript -e 'head(iris)'
  Sepal.Length Sepal.Width Petal.Length Petal.Width Species
1          5.1         3.5          1.4         0.2  setosa
2          4.9         3.0          1.4         0.2  setosa
3          4.7         3.2          1.3         0.2  setosa
4          4.6         3.1          1.5         0.2  setosa
5          5.0         3.6          1.4         0.2  setosa
6          5.4         3.9          1.7         0.4  setosa

2 같이 보기[ | ]

3 참고[ | ]

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}