We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 871948d commit 670e3a4Copy full SHA for 670e3a4
README.md
@@ -57,9 +57,6 @@ films
57
#> [5] <section><h2 data-id="5">\nThe Empire Strikes Back\n</h2>\n<p>\nReleased: ...
58
#> [6] <section><h2 data-id="6">\nReturn of the Jedi\n</h2>\n<p>\nReleased: 1983 ...
59
#> [7] <section><h2 data-id="7">\nThe Force Awakens\n</h2>\n<p>\nReleased: 2015- ...
60
-```
61
-
62
-``` r
63
64
# Then use html_element() to extract one element per film. Here
65
# we the title is given by the text inside <h2>
@@ -71,9 +68,6 @@ title
71
68
#> [3] "Revenge of the Sith" "A New Hope"
72
69
#> [5] "The Empire Strikes Back" "Return of the Jedi"
73
70
#> [7] "The Force Awakens"
74
75
76
77
78
# Or use html_attr() to get data out of attributes. html_attr() always
79
# returns a string so we convert it to an integer using a readr function
0 commit comments