Other packages > Find by keyword >

elastic  

Database Interface to 'Elasticsearch' and 'OpenSearch'
View on CRAN: Click here


Download and install elastic package within the R console
Install from CRAN:
install.packages("elastic")

Install from Github:
library("remotes")
install_github("cran/elastic")

Install by package version:
library("remotes")
install_version("elastic", "1.2.2")



Attach the package and use:
library("elastic")
Maintained by
Scott Chamberlain
[Scholar Profile | Author Map]
All associated links for this package
First Published: 2015-01-29
Latest Update: 2021-03-16
Description:
Connect to 'Elasticsearch', a 'NoSQL' database built on the 'Java' Virtual Machine. Interacts with the 'Elasticsearch' 'HTTP' API (), including functions for setting connection details to 'Elasticsearch' instances, loading bulk data, searching for documents with both 'HTTP' query variables and 'JSON' based body requests. In addition, 'elastic' provides functions for interacting with API's for 'indices', documents, nodes, clusters, an interface to the cat API, and more.
How to cite:
Scott Chamberlain (2015). elastic: Database Interface to 'Elasticsearch' and 'OpenSearch'. R package version 1.2.2, https://cran.r-project.org/web/packages/elastic. Accessed 09 Jun. 2026.
Previous versions and publish date:
0.3.0 (2015-01-29 18:08), 0.4.0 (2015-05-01 09:28), 0.5.0 (2015-07-03 00:20), 0.6.0 (2016-01-07 17:35), 0.7.0 (2016-07-25 10:23), 0.7.2 (2016-08-03 10:09), 0.7.4 (2016-08-18 00:07), 0.7.6 (2016-08-25 10:00), 0.7.8 (2016-11-09 18:28), 0.8.0 (2017-09-14 13:54), 0.8.4 (2018-06-26 07:50), 1.0.0 (2019-04-11 06:35), 1.1.0 (2020-01-11 06:30), 1.2.0 (2021-03-16 23:10)
Other packages that cited elastic R package
View elastic citation profile
Other R packages that elastic depends, imports, suggests or enhances
Complete documentation for elastic
Functions, R codes and Examples using the elastic R package
Some associated functions: Search . Search_template . Search_uri . alias . cat . cluster . connect . count . docs_bulk . docs_bulk_create . docs_bulk_delete . docs_bulk_index . docs_bulk_prep . docs_bulk_update . docs_create . docs_delete . docs_delete_by_query . docs_get . docs_mget . docs_update . docs_update_by_query . documents . elastic-defunct . elastic . es_parse . explain . field_caps . field_stats . fielddata . index_status-defunct . index_template . indices . info-defunct . ingest . mapping . mapping_delete-defunct . mlt-defunct . msearch . mtermvectors . nodes-defunct . nodes . percolate . ping . preference . reindex . scroll . search_body . search_shards . searchapis . tasks . termvectors . tokenizer_set . type_remover . units-distance . units-time . validate . 
Some associated R codes: Elasticsearch.R . Search_uri.R . alias.R . bulk_ci_generator.R . bulk_df_fun_generator.R . cluster.R . defunct.R . docs_bulk_create.R . docs_bulk_delete.R . docs_bulk_index.R . docs_bulk_prep.R . docs_bulk_update.R . docs_bulk_utils.R . docs_create.R . docs_delete.R . docs_delete_by_query.R . docs_update.R . docs_update_by_query.R . documents.R . explain.R . field_caps.R . field_stats.R . fielddata.R . globals.R . helpdocs.R . httr-verbs.R . index.R . index_templates.R . ingest.R . mapping.R . msearch.R . mtermvectors.R . nodes.R . percolater.R . preference.R . reindex.R . scroll-http.R . scroll.R . search_body.R . search_shards.R . search_template.R . searchapis.R . tasks.R . termvectors.R . tokenizer_set.R . type_remover.R . validate.R .  Full elastic package functions and examples
Downloads during the last 30 days

Today's Hot Picks in Authors and Packages

handyplots  
Handy Plots
Several handy plots for quickly looking at the relationship between two numeric vectors of equal len ...
Download / Learn more Package Citations See dependency  
quickcode  
Quick and Essential 'R' Tricks for Better Scripts
The NOT functions, 'R' tricks and a compilation of some simple quick plus often used 'R' codes to im ...
Download / Learn more Package Citations See dependency  
wheatmap  
Incrementally Build Complex Plots using Natural Semantics
Builds complex plots, heatmaps in particular, using natural semantics. Bigger plots can be assembled ...
Download / Learn more Package Citations See dependency  
linemap  
Line Maps
Create maps made of lines. The package contains one function: linemap(). linemap() displays a map m ...
Download / Learn more Package Citations See dependency  
stdReg  
Regression Standardization
Contains functionality for regression standardization. Four general classes of models are allowed; g ...
Download / Learn more Package Citations See dependency  
Formula  
Extended Model Formulas
Infrastructure for extended formulas with multiple parts on the right-hand side and/or multiple res ...
Download / Learn more Package Citations See dependency  

27,372

R Packages

233,548

Dependencies

72,820

Author Associations

27,205

Publication Badges

© Copyright since 2022. All right reserved, rpkg.net.  Based in Cambridge, Massachusetts, USA