char_to_df {mds} | R Documentation |
Character Vector to Header of Empty Data Frame
Description
Converts a character vector into the column names of an empty data frame.
Used in conjunction with check_names
parameter of
input_param_checker()
Usage
char_to_df(x)
Arguments
x |
Input character vector. |
Value
Empty data frame where columns are named x
.
[Package mds version 0.3.2 Index]