Vectors can also have attributes, extra information which helps clarify data. The names() function allows us to give a name attribute to each value.

Sweet! Notice how both the days and x vectors are of the same length.

Psst: R doesn't number each line when we print out vectors with a name attribute.

Might the correct function be names()?