library(readr)
library(dplyr)
library(purrr)
map(inputs[["animal_cuteness_individual"]], read_csv) %>%
bind_rows() %>%
write_csv(outputs[[1]])
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.