1. Learn
  2. /
  3. Courses
  4. /
  5. Business Process Analytics in R

Exercise

Transforming Sales Data (3/3)

We can now put the different pieces of the sales process we have created so far together. However, before doing so, let's make sure both contain the same variables and uniform lifecycle terminology.

Instructions 1/3

undefined XP
    1
    2
    3

Use fct_recode to modify the lifecycle column of validate_history by replacing started with start, and completed with complete.