Example: One specific table

html |> 
  html_element("table.wikitable") |> 
  html_table()
## # A tibble: 37 × 7
##      `#` `Name of exposition`      Dates `Area (ha)` Visitors Participants Theme
##    <int> <chr>                     <chr>       <dbl> <chr>           <int> <chr>
##  1     1 Great Exhibition          1 Ma…        10.4 6,039,1…           25 Indu…
##  2     2 Exposition Universelle (… 15 M…        15.2 5,162,3…           28 Agri…
##  3     3 1862 International Exhib… 1 Ma…        11   6,096,6…           39 Indu…
##  4     4 Exposition Universelle (… 1 Ap…        68.7 15,000,…           42 Agri…
##  5     5 Weltausstellung 1873 Wien 1 Ma…       233   7,255,0…           35 Cult…
##  6     6 Centennial Exposition     10 M…       115   10,000,…           35 Arts…
##  7     7 Exposition Universelle (… 20 M…        75   16,156,…           35 New …
##  8     8 Melbourne International … 1 Oc…        25   1,330,0…           33 Arts…
##  9     9 Exposición Universal de … 8 Ap…        46.5 2,300,0…           30 Fine…
## 10    10 Exposition Universelle (… 5 Ma…        96   32,250,…           35 Cele…
## # ℹ 27 more rows