act_tbl                 Creates an activatr tibble, abbreviated
                        'act_tbl'.
activatr                activatr: Utilities for Parsing and Plotting
                        Activities
get_ggmap_from_df       Get a ggmap object for a given Activatr DF.
localize_to_time_zone   Uses Google Maps Time Zone APIs to localize the
                        time zone.
mutate_with_distance    Augments a Activatr DF with a distance
                        variable.
mutate_with_speed       Augments a Activatr DF with a speed variable.
pace_formatter          A formatter that takes a pace duration and
                        returns a formatted M:SS string.
parse_gpx               Parses a GPX file into a tibble.
parse_tcx               Parses a TCX file into a tibble.
running_example_ggmap   The result of calling get_ggmap_from_df on
                        running_example
speed_to_mile_pace      Converts a speed (in meters per second) to a
                        mile pace
