Converts a file saved in the qs2 format to the RDS format.
Usage
qs_to_rds(input_file, output_file, compress_level = 6)
Arguments
- input_file
The qs2 file to convert.
- output_file
The RDS file to write.
- compress_level
The gzip compression level to use when writing the RDS file (a value between 0 and 9).
Value
No value is returned. The converted file is written to disk.