c(1, 2, 3) # build a vector list(1, 2, 3) # build a list list("foo"=1, "bar"=2) # build a list edit a function fix(the.function.name)