Skip to contents

Print a dataframe of expansion set codes and names.

Usage

mr_get_sets()

Value

Dataframe

Details

Only includes expansion sets that have already been released. For access to complete set data, see scryr::scry_sets(). Not all sets have data available on 17lands.

Examples

mr_get_sets()
#> # A tibble: 101 × 2
#>    code  name                               
#>    <chr> <chr>                              
#>  1 MKM   Murders at Karlov Manor            
#>  2 LCI   The Lost Caverns of Ixalan         
#>  3 WOE   Wilds of Eldraine                  
#>  4 MAT   March of the Machine: The Aftermath
#>  5 MOM   March of the Machine               
#>  6 ONE   Phyrexia: All Will Be One          
#>  7 BRO   The Brothers' War                  
#>  8 DMU   Dominaria United                   
#>  9 SNC   Streets of New Capenna             
#> 10 NEO   Kamigawa: Neon Dynasty             
#> # ℹ 91 more rows