new_view <- function(data = data) {
KeyboardSimulator::keybd.press('ctrl', hold = TRUE)
KeyboardSimulator::keybd.press('f7', hold = FALSE)
KeyboardSimulator::keybd.release('ctrl')
View(data)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.