Add method collocationScoreQuery
Change-Id: Ibe7937951ad067dd463e45dfd67df01247dd99b7
diff --git a/NAMESPACE b/NAMESPACE
index e7cce27..5f1754d 100644
--- a/NAMESPACE
+++ b/NAMESPACE
@@ -26,6 +26,7 @@
exportMethods(apiCall)
exportMethods(clearAccessToken)
exportMethods(clearCache)
+exportMethods(collocationScoreQuery)
exportMethods(corpusQuery)
exportMethods(corpusStats)
exportMethods(fetchAll)
@@ -49,6 +50,7 @@
importFrom(dplyr,bind_rows)
importFrom(dplyr,enquo)
importFrom(dplyr,group_by)
+importFrom(dplyr,if_else)
importFrom(dplyr,mutate)
importFrom(dplyr,n)
importFrom(dplyr,rename)
@@ -81,3 +83,4 @@
importFrom(tibble,tibble)
importFrom(tidyr,complete)
importFrom(tidyr,expand_grid)
+importFrom(tidyr,pivot_longer)