This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
title: "Working with XML and JSON in R" | |
output: | |
html_document: | |
df_print: paged | |
--- | |
##### Reading and printing an html file | |
```{r} | |
# Libraries for loading the html file and extracting the table |