add_vector_to_df: Add vector to a (n x 2) data frame
Description
Given a vector, adds each value and its corresponding name to a data frame
of 2 columns as new rows, where the name fills in the 1st column and the
value the 2nd column.
Usage
add_vector_to_df(df, vec)
Value
a data.frame with additional rows and each element as a
character.