What are packages in r?
Answer / Gajander Kumar
Packages in R are collections of functions, data sets, and documentation that extend the functionality of the base R distribution. You can install new packages using the `install.packages()` function and load them into your R session with the `library()` function.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is control structure in R?
What are r matrices and r matrices functions?
Explain the usage of which() function in r language?
What are the data types in r on which binary operators can be applied?
What is recycling of elements in an r vector? Give an example.
What is Predictive Analysis in R?
What are sockets in r?
How you can create a table in r without external file?
How many tools for debugging present in r?
How many data structures R has?
What do you know about the rattle package in r?
What are recommended systems in r?