Exercise 4-4

  • And removed with unname()
x <- unname(x)
# similar to
x <- structure(x, names = NULL)