Skip to content

Commit bbad134

Browse files
remove redundant text
1 parent ac47f2b commit bbad134

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

source/reading.Rmd

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1052,13 +1052,12 @@ td:nth-child(7),
10521052
```
10531053
10541054
Now that we have the CSS selectors that describe the properties of the elements
1055-
that we want to target, we can use them to find
1056-
certain elements in web pages and extract data.
1055+
that we want to target, we can use them to find certain elements in web pages and extract data.
10571056
10581057
#### Using `rvest` {-}
10591058
1060-
Now that we have our CSS selectors we can use the `rvest` R package \index{rvest} to scrape our
1061-
desired data from the website. We start by loading the `rvest` package:
1059+
We will use the `rvest` R package \index{rvest} to scrape data from the Wikipedia page.
1060+
We start by loading the `rvest` package:
10621061
10631062
```{r 01-load-rvest}
10641063
library(rvest)

0 commit comments

Comments
 (0)