Hi,
I want to ask how to batch read multiple XML files and create a frequency table in R.
My XML files are tree-parsed in XML format, and they are about 1000.
The ultimate data frame should look like a table with several variables in a row and each of the texts in a column (or vice versa).
So, I think this could be either:
- import these 1000 files into R and create a frequency table
- create a frequency table without reading the files into R
Would you please give me a clue and suggest which function to start with?
I am a complete newbie and would appreciate any suggestion. Many thanks for considering my request.