How to know which command needs which library ?
When I run library(ggplot2) and library(dplyr) then only it is identifying %>%.How do we come to know which library is required for which command  ?

R Introduction-to-ggplot2 07-08 min 20-30 sec 14-12-20, 2:29 p.m. Joohi

Answers:

%>% can be used only after loading the dplyr package. 
14-12-20, 2:41 p.m. sudhakarst


Click here to reply/comment online