Skip to content

Commit

Permalink
fix typo in read_html_live() docs (#389)
Browse files Browse the repository at this point in the history
  • Loading branch information
MattCowgill authored Feb 5, 2024
1 parent e6e7480 commit d9082a6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion R/live.R
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
#' # When we retrieve the raw HTML for this site, it doesn't contain the
#' # data we're interested in:
#' static <- read_html("https://www.forbes.com/top-colleges/")
#' sess %>% html_elements(".TopColleges2023_tableRow__BYOSU")
#' static %>% html_elements(".TopColleges2023_tableRow__BYOSU")
#'
#' # Instead, we need to run the site in a real web browser, causing it to
#' # download a JSON file and then dynamically generate the html:
Expand Down
2 changes: 1 addition & 1 deletion man/read_html_live.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit d9082a6

Please sign in to comment.