Hadley Wickham

Results 2594 comments of Hadley Wickham

The big drop on weekends.

I also wonder if it would be worth using prophet or similar.

You mean like this? 😄 > When exploring copy-on-modify behaviour interactively, be aware that you’ll get different results inside of RStudio. That’s because the environment pane must make a reference...

@jean-baka there's a good reason that the second edition doesn't use `refs()`, which seems clearly buggy here. If you search for "ALTREP" on https://adv-r.hadley.nz/names-values.html#copy-on-modify, you can see why `:` is...

* Evaluation basics needs some diagrams showing how the expression and * Data mask basics needs a diagram illustrating the similarity between a data frame and an environment.

@lionel- can you please take a look at this?

I agree that passing the `.trim` argument along would be useful.

I think we can just fix the behaviour.

Looks like the easiest way to fix this would be to switch to making `str_subset()` use `[` + `str_detect()`.