Skip to content

Commit 934e669

Browse files
author
Susan Vanderplas
committed
change link to full link text
1 parent 43909bc commit 934e669

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

part-gen-prog/06-debugging.qmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -512,7 +512,7 @@ search_for_parent <- function(node, tag) {
512512
if (length(matches) == 1) return(parents[min_match]) else return(NULL)
513513
}
514514
515-
page <- read_html("shorturl.at/jkS59")
515+
page <- read_html("https://srvanderplas.github.io/stat-computing-r-python/files/realclearpolitics_frag.html")
516516
# find all poll results in any table
517517
poll_results <- xml_find_all(page, "//td[@class='lp-results']")
518518
# find the table that contains it

0 commit comments

Comments
 (0)