intersect_args <- function(x, y){ x[intersect(names(x), names(y))] <- y[intersect(names(x), names(y))] return(x) }
Add the following code to your website.
REMOVE THIS Copy to clipboard
For more information on customizing the embed code, read Embedding Snippets.