SyntaxFix
Write A Post
Hire A Developer
Questions
Depending on the format of your new row, you might use tibble::add_row if your new row is simple and can specified in "value-pairs". Or you could use dplyr::bind_rows, "an efficient implementation of the common pattern of do.call(rbind, dfs)".
tibble::add_row
dplyr::bind_rows