diff --git a/articles/guided_tour.html b/articles/guided_tour.html index a93edd6..0d04954 100644 --- a/articles/guided_tour.html +++ b/articles/guided_tour.html @@ -190,20 +190,20 @@
## Time difference of 0.01206851 secs
+## Time difference of 0.01161695 secs
print(join_out)
## # A tibble: 8 × 4
## a field.x b field.y
## <dbl> <chr> <dbl> <chr>
-## 1 88 scheuer for congress 1980 667 scheuer …
-## 2 292 bill bradley for u s senate '84 913 bill bra…
-## 3 378 guarini for congress 1982 883 guarini …
-## 4 238 4th congressional district democratic party 518 16th con…
-## 5 302 americans for good government inc 910 american…
-## 6 230 pipefitters local union 524 998 pipefitt…
-## 7 319 7th congressional district democratic party of wisconsin 792 8th cong…
-## 8 378 guarini for congress 1982 606 guarini …
+## 1 378 guarini for congress 1982 606 guarini …
+## 2 378 guarini for congress 1982 883 guarini …
+## 3 238 4th congressional district democratic party 518 16th con…
+## 4 88 scheuer for congress 1980 667 scheuer …
+## 5 230 pipefitters local union 524 998 pipefitt…
+## 6 302 americans for good government inc 910 american…
+## 7 292 bill bradley for u s senate '84 913 bill bra…
+## 8 319 7th congressional district democratic party of wisconsin 792 8th cong…
The first two arguments, a
, and b
, are
direct analogues of the dplyr
arguments, and are the two
data frames you want to join. The by
field also acts the
diff --git a/articles/matching_vectors.html b/articles/matching_vectors.html
index af0d7a0..f92e658 100644
--- a/articles/matching_vectors.html
+++ b/articles/matching_vectors.html
@@ -169,7 +169,7 @@
Zoomerjoin is able to easily find all pairs in just under 30s (perhaps longer on the runner that renders the website), even though the points lie in high-dimensional (d=100) space. This makes zoomerjoin a diff --git a/pkgdown.yml b/pkgdown.yml index a2517a7..0d8a58c 100644 --- a/pkgdown.yml +++ b/pkgdown.yml @@ -5,7 +5,7 @@ articles: benchmarks: benchmarks.html guided_tour: guided_tour.html matching_vectors: matching_vectors.html -last_built: 2024-06-03T14:59Z +last_built: 2024-07-01T01:36Z urls: reference: https://beniaminogreen.github.io/zoomerjoin/reference article: https://beniaminogreen.github.io/zoomerjoin/articles diff --git a/reference/euclidean-joins.html b/reference/euclidean-joins.html index 5bb3029..782406d 100644 --- a/reference/euclidean-joins.html +++ b/reference/euclidean-joins.html @@ -202,29 +202,29 @@