add_bipoc {survivoR}R Documentation

Adds BIPOC

Description

Adds a BIPOC to the data frame. If any African American, Asian American, Latin American, or Native American is TRUE then BIPOC is TRUE.

Usage

add_bipoc(df)

Arguments

df

Data frame. Requires castaway_id.

Value

Data frame with BIPOC added.

Examples


library(survivoR)
library(dplyr)

get_cast("US47") |>
  add_bipoc()


[Package survivoR version 2.3.6 Index]