batman_data <- data.frame(
date_release = c("May 31, 2005",
"July 14, 2008",
"July 16, 2012 "),
title = c("Batman Begins",
"The Dark Knight",
"The Dark Knight Rises")
)
library(cronologia)
create_tml(df = batman_data,
smr = "title", # the column that will be used in the summary
dsc = "date_release" # the column that will be used in the description,
)Batman Begins
May 31, 2005
The Dark Knight
July 14, 2008
The Dark Knight Rises
July 16, 2012