Podcast
Questions and Answers
What is the prompt used for interaction with R?
What is the prompt used for interaction with R?
The prompt used for interaction with R is >.
How does R interpret and execute commands?
How does R interpret and execute commands?
R interprets and executes commands by evaluating functions.
What happens if a command is not completed at the end of a line in R?
What happens if a command is not completed at the end of a line in R?
If a command is not completed at the end of a line, R will give a continuation prompt +.
What are the components of a function in R?
What are the components of a function in R?
Signup and view all the answers
How are arguments passed to a function in R?
How are arguments passed to a function in R?
Signup and view all the answers