add_full_name {survivoR} | R Documentation |
Add full name
Description
Adds full name to the data frame. Useful for plotting and making tables.
Usage
add_full_name(df)
Arguments
df |
Data frame. Requires |
Value
Data frame with full name.
Examples
library(survivoR)
library(dplyr)
get_cast("US47") |>
add_full_name()
[Package survivoR version 2.3.6 Index]