Google News
logo
R - Quiz(MCQ)
______ let’s you perform SQL queries on your R data frames.
A)
plyr
B)
daply
C)
sqldf
D)
forecast

Correct Answer :   plyr


Explanation : sqldf uses SQLite syntax. Plyr will split-apply-combine paradigm for R. Forecast is a generic function for forecasting from time series or time series models. The function invokes particular methods which depend on the class of the first argument.

Advertisement