add_bipoc | R Documentation |
Adds a BIPOC to the data frame. If any African American, Asian American,
Latin American, or Native American is TRUE
then BIPOC is TRUE
.
add_bipoc(df)
df |
Data frame. Requires |
Data frame with BIPOC added.
library(survivoR)
library(dplyr)
get_cast("US47") |>
add_bipoc()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.