continue_plot_Cart <- function(datos){ for (i in 1:nrow(datos)){ datos[i,] <- rev(datos[i, ]) } return(datos) }
Add the following code to your website.
REMOVE THIS Copy to clipboard
For more information on customizing the embed code, read Embedding Snippets.