Piping

Author

Jeffrey R. Stevens

Published

February 17, 2025

For these exercises, we’ll use the dog breed traits data set.

  1. Create a pipeline to do all of the following:
# >
  1. Rename the column names to "breed", "affectionate", "children", "other_dogs", "shedding", "grooming", "coat_type", "coat_length" using this vector (either at the end of the last pipeline or in a separate line).
# >
  1. In a new pipe, use traits to do the following.
# >
  1. In a new pipe, use traits2 to do the following.
# >