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 |
give examples of while and for loop in r.
What is transpose?
What is the difference between the data frame and a matrix in R?
Give some examples of the functions in stringr.
How would you facet the data using ggplot2 package?
Explain how to name the list elements in r?
How to remove all the objects?
Explain how to repeat vectors in r?
How can you merge two data frames in R language?
What makes a valid variable name in R?
How many types of C/C++ preliminaries are present in R?
How can you import data in r?