Learn R Programming

mdsstat (version 0.3.2)

char_to_df: Character Vector to Header of Empty Data Frame Converts a character vector into the column names of an empty data frame. Used in conjunction with check_names parameter of input_param_checker()

Description

Character Vector to Header of Empty Data Frame 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.