R/read_tables.R

Defines functions read_tables

#' @export
read_tables <- function(url){
	
	page <- read_html(url)
	
	page %>%
		html_nodes(xpath = "//table[@cellpadding=0]")
}
skoval/wikidraws documentation built on May 17, 2020, 12:25 a.m.