1 | data("rdu_flights")
|
A data frame with 801 observations on the following 16 variables.
year
a numeric vector
month
a numeric vector
day
a numeric vector
dep_time
a numeric vector
dep_delay
a numeric vector
arr_time
a numeric vector
arr_delay
a numeric vector
carrier
a character vector
tailnum
a character vector
flight
a numeric vector
origin
a character vector
dest
a character vector
air_time
a numeric vector
distance
a numeric vector
hour
a numeric vector
minute
a numeric vector
1 2 | data(rdu_flights)
## maybe str(rdu_flights) ; plot(rdu_flights) ...
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.