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 do you understand by element recycling in r?
What is polynomial in r?
Explain in brief preliminaries of C/C++?
How To Create New Variable In R Programming?
What is data structure in r?
Compare r and python?
What is recursive function in r?
What is JIT package?
What do you mean by data visualization in R?
What is an Atomic vector and how many types of atomic vectors are present in R?
What is expected from running the command – strsplit(x,”e”)?
What is with () and by () function in r is used for?