add_full_name | R Documentation |
Adds full name to the data frame. Useful for plotting and making tables.
add_full_name(df)
df |
Data frame. Requires |
Data frame with full name.
library(survivoR)
library(dplyr)
get_cast("US47") |>
add_full_name()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.