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

Explain how to save graphs in R?

1 Answers  


How would you facet the data using ggplot2 package?

1 Answers  


What is functional programming and memory issues in on the performance basis?

1 Answers  


Explain how R programming applied to the real world?

1 Answers  


What do copy-on-change issues in r?

1 Answers  


What is a file in r?

1 Answers  


What are R Functions?

1 Answers  


How would you create a scatterplot using ggplot2 package?

1 Answers  


What is the difference between a bar-chart and a histogram? Where would you use a bar-chart and where would you use a histogram?

1 Answers  


How would you create a box-plot using “plotly”?

1 Answers  


Why we need data visualization in R?

1 Answers  


What is data mining and what data miners do in R?

1 Answers  


Categories