Skip to content

Instantly share code, notes, and snippets.

@ayoskovich
Created July 19, 2021 20:29
Show Gist options
  • Save ayoskovich/98cf9eb5fdc1ddac059597b4741e82e4 to your computer and use it in GitHub Desktop.
Save ayoskovich/98cf9eb5fdc1ddac059597b4741e82e4 to your computer and use it in GitHub Desktop.
Close and re-open a word / powerpoint file from within R
ref_doc <- function(fname, prog){
system(paste0("TASKKILL /F /IM ", prog))
browseURL(fname)
}
ref_doc('foo.docx',
'winword.exe')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment