Source R File
In this tutorial we look at how to Source R File from the console. R commands can be run from a file using the source command. create a test file called test.R vi test.R add the following line in the file cat(“Sourcing from R file\n”) Now open R and fire this command (give the absolute … Read more