What are r packages?
Answer / Rishu Mair
R packages are collections of functions, data, and documentation for a specific purpose in the R programming language. They can be installed from the Comprehensive R Archive Network (CRAN), Bioconductor, or GitHub.
| Is This Answer Correct ? | 0 Yes | 0 No |
Explain how you can create a table in r without external file?
What is the distribution in R?
What are methods for character functions in R?
Give examples of “select” and “filter” functions from “dplyr” package.
How would you fit a linear model over a scatter-plot?
Explain about “initialize()” function in r?
Which data object in r is used to store and process categorical data?
Give the syntax for creating scatterplot matrices?
What is the difference between the library() and require() functions in R language?
Enlist the addition function used in R language?
How to create axes in the graph?
What are the data types in r on which binary operators can be applied?