push_row <- function(row_vec,
row_num,
target_matrix){
target_matrix[row_num,] <- row_vec
return(target_matrix)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.