Need Help With Running R scripts

Hello Admin,

I need to know how do I run my r script from comma nd line as I do not have a r studio gui to be seen.
I have written some machine learning scripts. Need help.

I dont want to use SparkR. Or is this the only alternative ? Please help as I am stuck

Hi @Gopal_Narasimha,

R is already installed on CloudxLab.

You can run your script from command line using below command

Rscript a.R

Hope this helps.

Thanks

Hello Abhinav,

Thanks for the info. However, I want to invoke GUI Rtudio. How do i do it. Can you please let me know.
If not , can you give me a cheat sheet for the same ?

Hi @Gopal_Narasimha,

We do not have RStudio.

Our users practice R in the Jupyter notebook. It works really well in Jupyter.

Please try the same.

Thanks

Hello Abhinav,

Thanks for the information. However, would you please help me with the H2o package ?

@abhinav I think we can install the package h2o using conda:
https://anaconda.org/anaconda/h2o

Lets give it a try.