A table describing each of the 52 cards in a deck.
number - The number or card type.
suit - Card suit, which takes one of four values: Club, Diamond, Heart, or Spade.
face_card - Whether the card counts as a face card.
Source
This extremely complex data set was generated from scratch.
Use the following R code to directly access this dataset in R.