save_vector_to_file | 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 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.