how to installlibxml2-dev package
i tried to install the same but couldnt do it.
tried for other xml packages but xmlToDataFrame function is missing

R Merging-and-Importing-Data 09-10 min 0-10 sec 09-11-19, 3:32 p.m. pradnyakinge123

Answers:

To me,
install.packages("XML") 
works fine
09-11-19, 3:43 p.m. EKW


You should install the "XML" package by using the command install.packages("XML"). In "XML" package you will find xmlToDataFrame function.
09-11-19, 3:46 p.m. wangikarsmita2019@gmail.com


Click here to reply/comment online