What is R Base package?
Answer / Krishn Mohan Pandey
R Base package refers to the default set of functions and data that comes pre-installed with R, a programming language for statistical computing and graphics. These functions include mathematical, statistical, and graphical functions, as well as tools for data input and output.
| Is This Answer Correct ? | 0 Yes | 0 No |
How can you debug and test r programming code?
What is r vector?
How many data structures does r language have?
Explain how you can start the r commander gui?
how would you build a scatter-plot using plotly?
What is a dataframe in r?
What is a graphic device?
What does the term 'dreaded for loop' means?
What is recursion in r?
What do you understand by element recycling in r?
How many types of functions are there in R string manipulation?
From the below data-set, extract only those values where age>60 and sex=”f”.