Skip to content

Instantly share code, notes, and snippets.

@StaffanBetner
Last active February 16, 2022 14:49
Show Gist options
  • Save StaffanBetner/2597e5e532b6b715e5577e8dd9057759 to your computer and use it in GitHub Desktop.
Save StaffanBetner/2597e5e532b6b715e5577e8dd9057759 to your computer and use it in GitHub Desktop.
library(qs)
`%q>%` <- function(lhs, rhs){as.character(substitute(rhs)) -> name
qcache(substitute(lhs), name = name) -> value
assign(x = name, value = value, envir = .GlobalEnv)}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment