I have a file, called a.r, it has a chmod of 755,

sayHello <- function(){
   print('hello')
}

sayHello()

How can I run this via command-line?

6 s
6

Leave a Reply

Your email address will not be published. Required fields are marked *