Description Usage Arguments Examples
This function gives to table in R based on position of table on the page.
1 | getReportTable(html, n)
|
html |
html code of the page |
n |
sequence of the table on the page |
1 2 | html <- xml2::read_html("https://www.drugshortagescanada.ca")
getReportTable(html,1)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.