1.

Which of the following package provide namespace management functions not yet present in base R?(a) stringr(b) namespace(c) nbpMatching(d) messagewarningThis question was posed to me during an online exam.My enquiry is from Packages in portion Commands, Packages, Visualizing Data and Linear Regression of R Programming

Answer»

The CORRECT option is (B) namespace

To elaborate: The PACKAGE namespace is one of the most confusing parts of BUILDING a package. nbpMatching CONTAINS functions for non-bipartite optimal matching.



Discussion

No Comment Found

Related InterviewSolutions