NULL
NA
NULL
NA
ArrDelay
this should be arr_delay
not_cancelled %>% group_by(tailnum) %>% tally()
To match the first expression, this should be group_by(dest)
being arriving
Should be just "arriving"
However, vars is not a column in flights, as is the case, then select will use the value the value of the , and select those columns.
Several problems in this sentence. I think this is missing "if" before "vars"; "the value" is duplicated; "of the ," should probably be something like "of the variable vars".
th
Should be "the"