How to add a row to a data frame in R? October 19, 2022 by Tarik Let’s make it simple: df[nrow(df) + 1,] = c("v1","v2")