Why is library() function used in r?
Answer / Sudhanker Tiwari
The `library()) function is used in R to load a package (extension or add-on) into your current working environment, making its functions available for use.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is transpose?
Why the cv.im()?
Explain how data is aggregated in r?
How will you combine multiple different string like “data”, “science”, “in” ,“r”, “programming” as a single string “data_science_in_r_programmming” ?
How R Commands are Written?
What is the rattle package in r?
Name some packages in r, which can be used for data imputation?
Explain how to generate lists in r?
How would you rename the columns of a dataframe?
What is attribute function in r?
What are the different packages in r?
Differentiate between k-means clustering and hierarchical clustering?