Read Object from qs2 (or legacy qs) File in a Specified Directory
Source:R/here_read_qs.R
here_read_qs.RdReads a serialised R object stored under `name` in `dir_path`. The function looks for `<name>.qs2` first; if absent, it falls back to `<name>.qs` (legacy format). Reading legacy `.qs` files requires the `qs` package to be installed; if it is not, the function points at `margot_convert_qs_dir()` or `install.packages("qs")`.