XML Requests in R. Long run time. More efficient way?
I have a code in R that runs perfectly fine. It just takes a very long time and i want to know if there is a way to improve its efficiency (Other type of request / converting data first…) .
R Cran – Nested irregular xml with xml’s attributes as dataframe’s col names
I have a big xml file produced by windows log and i need to import it into R to analyse some correlation beetween the events logged.
The problem i encounter is that the events’details (EventData) are kept as xml’s attributes and the number of attributes changes by the kind of the events.