R (programming language)
ID: r-programming-language
Ubuntu 23.04 install:
sudo apt install rbase
Hello world:
R -e 'print("hello world")'
New to topics? Read the docs here!
sudo apt install rbase
R -e 'print("hello world")'
New to topics? Read the docs here!