Function for saving a vector
with or without its row names to a
specified file.
By default the tab is used as a delimiter.
save_vector_to_file(vector, file, with.row.names = FALSE)
vector
string. The name of the file, can be a full path.
logical. If TRUE, then the names(vector)
will be
included in the output file. Default value: FALSE.