Revenue has fallen over time

Browse the cleaned data

DT::datatable(ttdata, filter= "top",
              options = list(autoWidth=T,dom = "Bfrtip"),
              extensions="Buttons")
## Warning in instance$preRenderHook(instance): It seems your data is too big for
## client-side DataTables. You may consider server-side processing:
## https://rstudio.github.io/DT/server.html

The Pivot Table

Instructions: to make columns drag the name above the table in the grey box, to make a row drag the name to the grey box to the left of the table. To filter for a certain condition click the triangle next to the name of the variable.

rpivotTable::rpivotTable(ttdata)