LoslegenKostenlos loslegen

Transforming Sales Data (1/3)

The quotations dataset contains timestamps on several activities together with the employee who executed them. However, quotations is not yet stored in a format which is easy to analyze. Perform the following steps to prepare the data for this piece of the process, by using dplyr's mutate(), tidyr's pivot_longer(), pivot_wider() and separate_*(), and forcats's fct_recode().

Diese Übung ist Teil des Kurses

Business Process Analytics in R

Kurs anzeigen

Interaktive Übung

Vervollständige den Beispielcode, um diese Übung erfolgreich abzuschließen.

# Inspect quotations
___
Code bearbeiten und ausführen