R/add_source_column.R

Defines functions new_view

new_view <- function(data = data) {
  KeyboardSimulator::keybd.press('ctrl', hold = TRUE)
  KeyboardSimulator::keybd.press('f7', hold = FALSE)
  KeyboardSimulator::keybd.release('ctrl')
  View(data)
}
averyrobbins1/sometools documentation built on Feb. 18, 2021, 5:08 p.m.