save.vector.to.file: Save vector to a specified file

Description Usage Arguments

View source: R/save.R

Description

Function for saving a vector with or without its row names to a specified file

Usage

1
save.vector.to.file(vector, file, with.row.names = FALSE)

Arguments

vector

vector

file

string (the name of the file, can be a full path)

with.row.names

logical. If TRUE, then the names(vector) will be included in the output file. Default value: FALSE


bblodfon/xxxfun documentation built on May 29, 2019, 12:01 a.m.