Importing xml into r studio

Hi,

I am a beginner and would like to seek help from all of you out here!

I have a XML dataset and I want to import it into the R studio. What can be the code for it?
Note that I have already set a working space .

Many thanks!

For reading xml file in R, you should look into the {xml2} :package:

You'll find example in the README and in the vignette. You should also find several blog post about reading xml file with this package if you look on the web.

3 Likes