spice-girls.csv

The data in spice-girls.csv contain five attributes about the Spice Girls. The attributes include:


Preview

# Import Data
spice = readr::read_csv(file = "https://raw.githubusercontent.com/zief0002/rustic-penguin/main/data/spice-girls.csv")

# View Data
spice
# A tibble: 5 × 5
  spice_name   age original_member solo_nominations real_name
  <chr>      <dbl> <lgl>                      <dbl> <chr>    
1 Scary         19 TRUE                           4 Mel B    
2 Sporty        20 TRUE                          26 Mel C    
3 Baby          18 FALSE                         14 Emma     
4 Ginger        22 TRUE                          13 Geri     
5 Posh          20 FALSE                         12 Victoria