Skip to content

Commit

Permalink
updating obsolete links
Browse files Browse the repository at this point in the history
  • Loading branch information
401118 committed Jul 11, 2024
1 parent 57ebc6b commit 6cbf091
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 7 deletions.
2 changes: 1 addition & 1 deletion R/images_scrap.R
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
#'
#' @examples \dontrun{
#'
#' images_scrap(link = "https://rstudio.com/", extn = "png")
#' images_scrap(link = "https://posit.co/", extn = "jpg")
#'
#' }
#'
Expand Down
2 changes: 1 addition & 1 deletion R/preview_images.R
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
#'
#' @examples \donttest{
#'
#' images_preview(link = "https://rstudio.com/")
#' images_preview(link = "https://posit.co/")
#'
#' }
#'
Expand Down
8 changes: 3 additions & 5 deletions R/scrap.R
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,9 @@
#' @examples
#' \donttest{
#' # Extracting imdb top 250 movie titles
#'
#' link <- "https://www.imdb.com/chart/top/"
#' node <- ".titleColumn a"
#'
#' scrap(link, node)
#' link <- "https://www.imdb.com/chart/top/"
#' node <- "h3.ipc-title__text"
#' scrap(link, node)
#' }
#'
#' @export
Expand Down

0 comments on commit 6cbf091

Please sign in to comment.