Code
# Import Data
= readr::read_csv(file = "https://raw.githubusercontent.com/zief0002/modeling/main/data/spice-girls.csv")
spice
# View Data
spice
The data in spice-girls.csv contain five attributes about the Spice Girls. The attributes include:
spice_name
: Nickname of the Spice Girlage
: Age the Spice Girl joined the bandoriginal_member
: Spice Girl was an original member (TRUE; FALSE)solo_nominations
: Number of award nominations as a solo artistreal_name
: Real name of the Spice Girl# Import Data
= readr::read_csv(file = "https://raw.githubusercontent.com/zief0002/modeling/main/data/spice-girls.csv")
spice
# View Data
spice