Factor data is arranged by level.
ufo |> arrange(timespan) |> glimpse()
## Rows: 88,875
## Columns: 14
## $ date <chr> "10/10/1978", "10/10/1979", "10/10/1982", "10/10/19…
## $ hour <dbl> 2, 0, 7, 5, 0, 3, 3, 2, 2, 3, 0, 3, 4, 6, 11, 3, 3,…
## $ min <dbl> 0, 0, 0, 0, 0, 0, 20, 0, 30, 30, 1, 0, 0, 0, 0, 0, …
## $ city <chr> "elmont", "poughkeepsie", "gisborne (new zealand)",…
## $ state <chr> "ny", "ny", NA, "tx", "ca", NA, "mo", NA, "ca", "az…
## $ country <chr> "us", "us", NA, "us", "us", NA, "us", NA, "us", "us…
## $ shape <chr> "rectangle", "chevron", "disk", "circle", "disk", "…
## $ duration_seconds <dbl> 300, 900, 120, 60, 300, 1200, 3, 15, 300, 15, 3600,…
## $ duration_hours_min <chr> "5min", "15 minutes", "2min", "1 minute", "approx 5…
## $ comments <chr> "A memory I will never forget that happened meny ye…
## $ date_posted <chr> "2/1/2007", "4/16/2005", "1/11/2002", "4/18/2012", …
## $ latitude <chr> "40.7008333", "41.7002778", "-38.662334", "29.76305…
## $ longitude <chr> "-73.7133333", "-73.9213889", "178.017649", "-95.36…
## $ timespan <fct> Morning, Morning, Morning, Morning, Morning, Mornin…