View source: R/multiscaleSVDxpts.R
vector_to_df | R Documentation |
Convert a Vector to a Data Frame
vector_to_df(vector, column_name)
vector |
The input vector |
column_name |
The base name for the columns |
A data frame with one row and columns determined by the length of the vector
vector_to_df(1:10, "nm")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.