What are packages in r?



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

Post New Answer

More R Programming Interview Questions

What is control structure in R?

1 Answers  


What are r matrices and r matrices functions?

1 Answers  


Explain the usage of which() function in r language?

1 Answers  


What are the data types in r on which binary operators can be applied?

1 Answers  


What is recycling of elements in an r vector? Give an example.

1 Answers  


What is Predictive Analysis in R?

1 Answers  


What are sockets in r?

1 Answers  


How you can create a table in r without external file?

1 Answers  


How many tools for debugging present in r?

1 Answers  


How many data structures R has?

1 Answers  


What do you know about the rattle package in r?

1 Answers  


What are recommended systems in r?

1 Answers  


Categories