Skip to content

Commit

Permalink
Also mark LiveHTML as experimental
Browse files Browse the repository at this point in the history
  • Loading branch information
hadley committed Feb 2, 2024
1 parent 6b9b5da commit a018808
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions R/live.R
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,8 @@ read_html_live <- function(url) {
#' Interact with a live web page
#'
#' @description
#' `r lifecycle::badge("experimental")`
#'
#' You construct an LiveHTML object with [read_html_live()] and then interact,
#' like you're a human, using the methods described below. When debugging a
#' scraping script it is particularly useful to use `$view()`, which will open
Expand Down
2 changes: 2 additions & 0 deletions man/LiveHTML.Rd

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

0 comments on commit a018808

Please sign in to comment.