Learn R Programming

flightplot (version 0.1.0)

arrange_path: 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

Run this code
# NOT RUN {
arrange_path(sample_trips)

# }

Run the code above in your browser using DataLab