Rows: 10 Columns: 1
── Column specification ────────────────────────────────────────────────────────
Delimiter: ","
chr (1): wiki_pages
ℹ Use `spec()` to retrieve the full column specification for this data.
ℹ Specify the column types or set `show_col_types = FALSE` to quiet this message.
How I Extracted The Data
Used a web function to gather 10 random Wikipedia pages, then stored them in a vector
Created an empty column of data to store the eventual titles
Looped through each page, using functions to read the HTML code and gather just the title, storing it in the empty list that was just created