Found 37 results

Sort: relevance | popular | newest
Serves two purposes: (i) Provide a comfortable R interface to query the Google server for static maps, and (ii) Use the map as a background image to overlay plots within R. This requires proper coordinate scaling.
Last Release on Feb 14, 2021
Query and print information about the current R session. It is similar to 'utils::sessionInfo()', but includes more information about packages, and where they were installed from.
Last Release on Apr 30, 2022
A piped query generator based on Edgar F. Codd's relational algebra, and on production experience using 'SQL' and 'dplyr' at big data scale. The design represents an attempt to make 'SQL' more teachable by denoting composition by a sequential pipeline notation instead of nested queries or functions. The implementation delivers reliable high performance data processing on large data systems such as 'Spark', databases, and 'data.table'. Package features include: data processing trees or pipelines as ...
Last Release on May 1, 2022
Functions to impute large gaps within time series based on Dynamic Time Warping methods. It contains all required functions to create large missing consecutive values within time series and to fill them, according to the paper Phan et al. (2017), <DOI:10.1016/j.patrec.2017.08.019>. Performance criteria are added to compare similarity between two signals (query and reference).
Last Release on Apr 30, 2022
An R wrapper for interacting with Horizon. Horizon is a RESTful API that allows applications to query the 'Stellar' payments network and pull or stream data in real time. A full overview of Horizon can be found at <https://www.stellar.org/developers/reference/>.
Last Release on May 12, 2022
This package provides functions to create, connect, update and query HSQL databases embedded in Open Document Databases (.odb) files, as OpenOffice and LibreOffice do.
Last Release on May 1, 2022
Implements Corpus Query Protocol functions based on the CWB software. Rely on CWB (GPL v2), PCRE (BSD licence), glib2 (LGPL).
Last Release on Feb 14, 2021
Access WHO Global Health Observatory (<http://www.who.int/gho/>) data from R via the Athena web service (<http://apps.who.int/gho/data/node.resources.api>), an application program interface providing a simple query interface to the World Health Organization's data and statistics content.
Last Release on May 1, 2022
Provides a R driver for Apache Drill<https://drill.apache.org>, which could connect to the Apache Drill cluster<https://drill.apache.org/docs/installing-drill-on-the-cluster> or drillbit<https://drill.apache.org/docs/embedded-mode-prerequisites> and get result(in data frame) from the SQL query and check the current configuration status. This link <https://drill.apache.org/docs> contains more information about Apache Drill.
Last Release on May 29, 2022
An R interface to the InfluxDB time series database <https://www.influxdata.com>. This package allows you to fetch and write time series data from/to an InfluxDB server. Additionally, handy wrappers for the Influx Query Language (IQL) to manage and explore a remote database are provided.
Last Release on May 12, 2022