Read Data Frame from qs File in a Specified Directory
here_read_qs.Rd
Reads a `.qs` file specified by `name` from a directory defined by `dir_path`, returning the data frame stored within. This function uses the `qs` package to efficiently read `.qs` files and the `here` package to construct the file path in a consistent, platform-independent manner.
Arguments
- name
Character string specifying the name of the `.qs` file to be read (without the ".qs" extension).
- dir_path
Character string specifying the directory path from which the file will be read.