File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -1052,13 +1052,12 @@ td:nth-child(7),
1052
1052
```
1053
1053
1054
1054
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.
1057
1056
1058
1057
#### Using `rvest` {-}
1059
1058
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:
1062
1061
1063
1062
```{r 01-load-rvest}
1064
1063
library(rvest)
You can’t perform that action at this time.
0 commit comments