Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


What is the difference between library() and require() functions in r language?



What is the difference between library() and require() functions in r language?..

Answer / Sheetal Kumari

The R programming language provides two ways to load packages: library() and require(). The main difference lies in how they handle errors. library() does not produce an error when a package is not found, it simply returns NULL. On the other hand, require() produces an error if the package is not found, which can be useful for scripting since scripts should generally fail fast rather than continue with unavailable packages.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More R Programming Interview Questions

What is the difference between library() and require() functions in r language?

1 Answers  


What is CLI in R?

1 Answers  


What is r matrices?

1 Answers  


How to read data from the keyboard?

1 Answers  


How to use sapply in r?

1 Answers  


What do you understand by element recycling in r?

1 Answers  


how can you add datasets in r?

1 Answers  


Give examples of “select” and “filter” functions from “dplyr” package.

1 Answers  


Explain how data is aggregated in r?

1 Answers  


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

1 Answers  


What are applications of Predictive analysis in R?

1 Answers  


What is the function definition?

1 Answers  


Categories