Takes a list and an integer, splits off n elements from the list and returns a list where the first element contains the first n elements of the original list, the cdr of that list contains the rest.