Arthur Yip
Arthur Yip
Just bumped into magrittr::set_names when I actually wanted purrr::set_names This issue was flagged and closed here https://github.com/tidyverse/magrittr/issues/158 , but I wanted to point out that the conflict within tidyverse is...
I think changing the default behaviour would involve a code change that adds id to lines 370 and 372? https://github.com/r-lib/vroom/commit/a8990c0d3a0873618b0f8ec7c2938e1521bf675e#r68264896
group_by and top_n works for me! Thanks.
Related: Are difference_join , distance_join , regex_join, geo_join etc wrappers for fuzzy_join ? If so, what are their match_fun 's and could these be documented somewhere? I saw https://stackoverflow.com/a/40117784/4663008 and...
Oops, actually backticks did not solve the problem. The problem was that the extra arguments for each match_fun (e.g. ignore_case for string_dist) weren't compatible with all of the match_fun's when...
Agreed, and I believe the names of the functions fct_relevel, fct_recode, fct_reorder all need some re-consideration. I discussed it in: https://github.com/tidyverse/forcats/issues/269
thanks for the tip: > geocode("Nevada") Source : https://maps.googleapis.com/maps/api/geocode/json?address=Nevada&key=xxx-mx21RVnjAMXrRc0xHTQg4TuMZHAjxFI Warning: Geocoding "Nevada" failed with error: You must enable Billing on the Google Cloud Project at https://console.cloud.google.com/project/_/billing/enable Learn more at https://developers.google.com/maps/gmp-get-started
with a name, you might need the geocoding API as well.
Thanks - it knits without error for me now (and I didn't change anything with my RStudio/packages/pandoc)