-
Find information on the average cost of flights to get to conventions. Look into possible packages conventions may have.
-
```r
ggplot(cr_arr_delay, aes(n, mean_delay, label = name)) +
geom_point() +
geom_text(hjust = 0, nudge_x = 10000, angle = 0) +
geom_hline(yintercept = 0, color = "red") +
xlim(0, 1.5e6)…
-
In the script for week #28 (flights) you use a function called str_rich_wrap
`text_lockdown
-
I buy my flights exclusively with points, it would be AWESOME if it wasn't hard to integrate. However I'm assuming it is so just gonna put this here in case someone get's bored and wants to pull reque…
ghost updated
5 years ago
-
Hi TJ, I finished reviewing your assessment and there is one change that I’d like for you to make before we consider you technical ready. Please have them done by EOD Monday and send me a slack messag…
-
I downloaded “flights14.csv” from the following site.
**https://github.com/arunsrinivasan/flights/wiki/NYC-Flights-2014-data**
I am working on macOS High Sierra Version 10.13.3. I am using R…
-
I've been using gyrfolow ofx plugin with GoPro 11 mini for like a year now. Recently I started using it with my new Avata 2 drone, but whenever I do, I get severe lag, something that I never experienc…
-
![image](https://user-images.githubusercontent.com/44804358/48750344-87984700-ec76-11e8-8749-9e652972a161.png)
Dear A5 flights team,
after reviewing the personas it seems that some of our interv…
-
Consider how we might deal with multiple sensors per flight. This has certainly happened on many of our flights and I can see how a user might want to make comparisons between sensors. This is a dis…
-
- Problem: the flights payload is almost 2 mb large, this takes a while on slow connections (e.g. onboard an aircraft with slow satellite connectivity)