powered by
Convert a vector into a 1-raw data frame using the names of the vector as column names for the data frame
vector2df(x, nice_names = FALSE)
a vector
a logical indicating whether names should be nicified
a data frame
# NOT RUN { vector2df(c(1, b = 2, `(Intercept)` = 3)) vector2df(c(1, b = 2, `(Intercept)` = 3), nice_names = TRUE) # }
Run the code above in your browser using DataLab