| add_map_labels | Add labels to points on map |
| base_map | Create a blank map |
| bearing | Bearing |
| coord2tz | Get timezone from lat/lon coordinates via Google Timezone API |
| dist_from_start | Distance from first to last trackpoint (straight line) |
| dist_to_finish | Distance between current position and finish |
| ETA | Estimated time of arrival |
| extract_coord | Extract coordinates from route or track |
| gpx_creator | Parse creator of a GPX file |
| haversine | Distance between two points (haversine formula) |
| hello | Hello, World! |
| map_path_lines | Add path lines to map |
| map_path_points | Add path points to map |
| process_inreach_xml | Process inReach XML API response |
| progress_per_time | Get progress per time interval |
| p_sec_HM | Print Hours:Minutes |
| p_trk_elapsed_HM | Print elapsed time of track ([H]H:MM) |
| read_garmin_connect | Read Garmin Connect |
| read_gpx | Read GPX file |
| read_inreach | Read data from Garmin inReach API |
| read_MT_hist | Read from MarineTraffic historical positions API |
| read_spot | Read data from the SPOT API |
| read_spot_csv | Read SPOT-exported track in CSV format |
| read_spot_json | Read SPOT JSON |
| read_tcx | Read TCX file |
| read_yb | Read YB Tracking |
| route_dist | Calculate route distance |
| sec2hms_v | Seconds to c(H, M, S) |
| spot_build | Read multiple pages of SPOT data |
| spot_cols | Convert raw SPOT messages to lat/lon/time data-frame |
| spot_colsDT | Convert raw SPOT messages to lat/lon/time data-frame (DT... |
| spot_munge | Grab relevant columns from data-frame of SPOT API call |
| spot_page | Read single page of data from the SPOT API |
| spot_try | Read one page of SPOT data |
| spot_url | Construct SPOT API request URL |
| time_remain | Estimated time remaining to finish |
| trk_dist | Total track distance (sum of trackpoints) |
| trk_downsample | Downsample a track with evenly spaced times to a target... |
| trk_elapsed_sec | Elapsed time of track |
| trk_map | Create a map of a track |
| trk_mutate | Mutate a track (base R implementation) Add derived variables:... |
| trk_mutate_dplyr | Mutate a track (dplyr implementation) Add derived variables:... |
| trk_reduce | Reduce trackpoint frequency |
| trk_since_last | Elapsed time since last trackpoint |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.