#remove unnessary columns and upload changes back to database
DataValues() %>%
filter(edited == "TRUE") %>%
select(-label, -edited, -index) %>%
odm_write()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.