AlexIoannides / elasticsearchr

Lightweight Elasticsearch client for R.
https://alexioannides.com/2016/11/28/elasticsearchr-a-lightweight-elasticsearch-client-for-r/
54 stars 19 forks source link

'scroll_search' is not an exported object from 'namespace:elasticsearchr' #57

Open sonnylaskar opened 4 years ago

sonnylaskar commented 4 years ago

Hi,

Why is the below error coming?

> elasticsearchr::scroll_search(elastic_rescource, query_json)
Error: 'scroll_search' is not an exported object from 'namespace:elasticsearchr'

Session Info:

> sessionInfo()
R version 3.6.3 (2020-02-29)
Platform: x86_64-pc-linux-gnu (64-bit)
Running under: Debian GNU/Linux bullseye/sid

Matrix products: default
BLAS:   /usr/lib/x86_64-linux-gnu/blas/libblas.so.3.9.0
LAPACK: /usr/lib/x86_64-linux-gnu/lapack/liblapack.so.3.9.0

locale:
 [1] LC_CTYPE=en_US.UTF-8       LC_NUMERIC=C              
 [3] LC_TIME=en_US.UTF-8        LC_COLLATE=en_US.UTF-8    
 [5] LC_MONETARY=en_US.UTF-8    LC_MESSAGES=en_US.UTF-8   
 [7] LC_PAPER=en_US.UTF-8       LC_NAME=C                 
 [9] LC_ADDRESS=C               LC_TELEPHONE=C            
[11] LC_MEASUREMENT=en_US.UTF-8 LC_IDENTIFICATION=C       

attached base packages:
[1] stats     graphics  grDevices utils     datasets  methods   base     

other attached packages:
[1] rredis_1.7.0         neo4r_0.1.1          jsonlite_1.6.1      
[4] readr_1.3.1          dplyr_0.8.5          elasticsearchr_0.3.1

loaded via a namespace (and not attached):
 [1] Rcpp_1.0.4.6      later_1.0.0       compiler_3.6.3    pillar_1.4.4     
 [5] prettyunits_1.1.1 remotes_2.1.1     tools_3.6.3       testthat_2.3.2   
 [9] digest_0.6.25     pkgbuild_1.0.8    pkgload_1.0.2     memoise_1.1.0    
[13] tibble_3.0.1      lifecycle_0.2.0   pkgconfig_2.0.3   rlang_0.4.6      
[17] shiny_1.4.0.2     rstudioapi_0.11   cli_2.0.2         curl_4.3         
[21] fastmap_1.0.1     httr_1.4.1        withr_2.2.0       desc_1.2.0       
[25] fs_1.4.1          vctrs_0.3.0       devtools_2.3.0    hms_0.5.3        
[29] attempt_0.3.1     rprojroot_1.3-2   tidyselect_1.1.0  data.table_1.12.8
[33] glue_1.4.1        R6_2.4.1          processx_3.4.2    fansi_0.4.1      
[37] sessioninfo_1.1.1 tidyr_1.1.0       callr_3.4.3       purrr_0.3.4      
[41] magrittr_1.5      promises_1.1.0    htmltools_0.4.0   backports_1.1.7  
[45] ps_1.3.3          ellipsis_0.3.1    usethis_1.6.1     assertthat_0.2.1 
[49] xtable_1.8-4      mime_0.9          httpuv_1.5.2      crayon_1.3.4