It is given that there is no package named xyz. What will the last line of code return in #RStats? x = require(xyz) typeof(x)
2
4
2
0
0
Sign up for more such questions at saral.club, to check the answer visit: bit.ly/3Pysaji
@data_question [SPOILER] Logical. `require` is a counterpart of library which returns a logical value indicating if loading was successful, so it returns FALSE and warning instead of throwing an error