Hadley Wickham

Results 910 issues of Hadley Wickham

* `v` = `vec_c()` * `s` = `simplify()` (so that `s(map())` is our `sapply()`)

https://www.stata.com/manuals13/drecode.pdf#drecode Hat tip @leeper

Vectorised `identical()`? Vectorised `all.equal()`?

From @jennybc: > guess you could call it `rthis()`, in the spirit of `rnorm()` et al. where input is a numeric vector of observed data. Then it generates `n` observations...

Shorter version of `prop.table()` with `na.rm = TRUE` ``` R prop

https://github.com/hadley/dplyr/issues/1183

Might be out of scope, but doing it in base R is rather fiddly: https://github.com/gaborcsardi/rencfaq#how-to-parse-utf-8-text-into-utf-8-code

feature

Using gmailr always makes me slightly nervous because if you get access to someone's email, you can basically do anything (since password resets are often handled via email). I don't...

auth :closed_lock_with_key: