arrange_path {flightplot}R Documentation

Helper function to reorder the values in the input flight dataframe.

Description

Helper function to reorder the values in the input flight dataframe.

Usage

arrange_path(df)

Arguments

df

A two-column dataframe - The start and end airports of flights.

Value

A two-column dataframe

Examples

arrange_path(sample_trips)


[Package flightplot version 0.1.0 Index]