add_bipoc: Adds BIPOC

View source: R/add.R

add_bipocR 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()


survivoR documentation built on April 3, 2025, 5:34 p.m.