A tiny R package that leverages qs to save a complete image of the global environment.
The idea was to closely emulate R's built-in save.image()
and load()
for
saving and subsequently loading a complete copy of the global environment.
The image file is fixed as "~/session.qs".
To install qsimage:
remotes::install_github("sellorm/qsimage")
The best way to use the package is via the RStudio "Addins" drop down menu.