qs.2.table | R Documentation |
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.
qs.2.table(path, out_file = c("tsv", "csv", "csv2", "excel")[1])
path |
A character string specifying the path to the |
out_file |
A character string specifying the output file format. One of |
The function does not return a value but writes the file to disk in the specified format.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.