qs.2.table: Convert and save a .qs file to different formats

View source: R/ReadWriter.R

qs.2.tableR Documentation

Convert and save a .qs file to different formats

Description

This function reads in a .qs file and resaves it as either a .tsv, .csv, semicolon-separated .csv (csv2), or Excel file based on the out_file argument.

Usage

qs.2.table(path, out_file = c("tsv", "csv", "csv2", "excel")[1])

Arguments

path

A character string specifying the path to the .qs file. Default: none.

out_file

A character string specifying the output file format. One of "tsv" (default), "csv", "csv2" (semicolon-separated), or "excel". Default: "tsv".

Value

The function does not return a value but writes the file to disk in the specified format.


vertesy/ReadWriter documentation built on Nov. 24, 2024, 10:40 p.m.