powered by
Adds a BIPOC to the data frame. If any African American, Asian American, Latin American, or Native American is TRUE then BIPOC is TRUE.
TRUE
add_bipoc(df)
Data frame with BIPOC added.
Data frame. Requires castaway_id.
castaway_id
library(survivoR) library(dplyr) get_cast("US47") |> add_bipoc()
Run the code above in your browser using DataLab