save_vector_to_file {usefun} | R Documentation |
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 |
vector |
file |
string. The name of the file, can be a full path. |
with.row.names |
logical. If TRUE, then the |