Skip to content

Instantly share code, notes, and snippets.

@kdm9
Created September 13, 2024 16:13
Show Gist options
  • Save kdm9/3d07e320844930a9edc2c87766d7e2d7 to your computer and use it in GitHub Desktop.
Save kdm9/3d07e320844930a9edc2c87766d7e2d7 to your computer and use it in GitHub Desktop.
kview = function(df) {
fn = paste0(tempfile(), ".tsv")
write_tsv(df, fn, na="")
system(sprintf("libreoffice --calc %s", fn))
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment