코딩Coding/R_연습

R❤️) R language hello world 출력하기

내인생PLUS 2022. 6. 22. 19:49
728x90

 

# R comment
# Rscript r_hello.R
# R command excute
print("hello world")

 

 

 

결과

Rscript r_hello.R
[1] "hello world"
반응형