1 | data("nycflights")
|
A data frame with 32735 observations on the following 19 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
dep_type
a character vector
avg_speed
a numeric vector
arr_type
a character vector
1 2 | data(nycflights)
## maybe str(nycflights) ; plot(nycflights) ...
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.