David Kahle
David Kahle
No, `grep`'s only showing three instances of `chatty`, two in that first code chunk, and one in the preceding paragraph: ```bash ~/Dropbox/dev/adv-r/adv-r(master*) » grep 'chatty' Function-operators.Rmd In this chapter, you'll...
Sure @nteetor. RStudio has native modifiable hotkeys for the assignment operator `%` (see `Tools > Modify Keyboard Shortcuts...`), but there is no similar hotkey for `%
Hi @zainabnajeh! A few things: 1. You posted your API key to the forum. I imagine now you've gotten an email from Google's crawler, but you should immediately get on...
Oh, also, the key should not be inside hard braces. It should just be a raw string of gibberish.
This appears to be a currently pending FR at Google, see https://issuetracker.google.com/issues/35826354.
Cool. A few thoughts. 1. Would you mind updating the `NEWS.md` to alert users? 2. In your experience, how often is it retrying? Since Google follows a (small) fee for...
I think this is because `geom_density()`, through `stat_density()`, is creating variables other than `lat` that are being mapped to the `y` aesthetic. For example, this works: ``` r ggmap(map) +...
Do you know if this is a by-region kind of thing? I have experienced a single missing tile inside a map several times, which lead me to believe that there...
Thanks, could you make a change in the NEWS file as well, please?
Does this still matter? (I thought I'd taken OSM out because the endpoint would always deny.)