R/data_ison.R
irps_books.Rd
This network consists of books about US politics sold by Amazon.com. Ties represent books that are often purchased together, as revealed by Amazon's 'customers who bought this book also bought these other books' section on those books' pages on the website.
Information about the book's leaning "Liberal", "Neutral", or "Conservative" were added separately by Mark Newman based on the abstracts, descriptions, and reviews posted on Amazon.
These data should be cited as V. Krebs, unpublished, http://www.orgnet.com/.
data(irps_books)
#> -- # Co-purchased US political books -------------------------------------------
#> # A labelled, undirected network of 105 books and 441 co-purchasing ties
#>
#> -- Nodes
#> # A tibble: 105 x 2
#> name Leaning
#> <chr> <chr>
#> 1 1000 Years for Revenge Neutral
#> 2 Bush vs. the Beltway Conservative
#> 3 Charlie Wilson's War Conservative
#> 4 Losing Bin Laden Conservative
#> 5 Sleeping With the Devil Neutral
#> 6 The Man Who Warned America Conservative
#> # i 99 more rows
#>
#> -- Ties
#> # A tibble: 441 x 2
#> from to
#> <int> <int>
#> 1 1 2
#> 2 1 3
#> 3 1 4
#> 4 2 4
#> 5 1 5
#> 6 3 5
#> # i 435 more rows
#>