getReportTable: A Webscrape Function

Description Usage Arguments Examples

Description

This function gives to table in R based on position of table on the page.

Usage

1
getReportTable(html, n)

Arguments

html

html code of the page

n

sequence of the table on the page

Examples

1
2
html <- xml2::read_html("https://www.drugshortagescanada.ca")
getReportTable(html,1)

kunal15abc/ezscrape documentation built on June 1, 2019, 5:01 a.m.