Learn R Programming

mds (version 0.3.2)

char_to_df: 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.