Other packages > Find by keyword >

RPresto  

DBI Connector to Presto
View on CRAN: Click here


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

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

Install by package version:
library("remotes")
install_version("RPresto", "1.4.6")



Attach the package and use:
library("RPresto")
Maintained by
Jarod G.R. Meng
[Scholar Profile | Author Map]
All associated links for this package
First Published: 2016-03-18
Latest Update: 2023-05-05
Description:
Implements a 'DBI' compliant interface to Presto. Presto is an open source distributed SQL query engine for running interactive analytic queries against data sources of all sizes ranging from gigabytes to petabytes: .
How to cite:
Jarod G.R. Meng (2016). RPresto: DBI Connector to Presto. R package version 1.4.6, https://cran.r-project.org/web/packages/RPresto. Accessed 06 Nov. 2024.
Previous versions and publish date:
1.2.0 (2016-03-18 00:00), 1.2.1 (2016-04-06 01:22), 1.3.0 (2017-07-13 17:40), 1.3.1 (2018-09-10 20:30), 1.3.2 (2018-10-23 06:10), 1.3.3 (2019-05-04 00:40), 1.3.4 (2019-10-18 19:40), 1.3.5 (2020-11-13 17:10), 1.3.6 (2021-05-31 08:40), 1.3.7 (2021-09-04 14:40), 1.4.0 (2022-09-27 09:50), 1.4.1 (2022-11-16 03:10), 1.4.2 (2023-01-13 09:30), 1.4.3 (2023-03-03 18:20), 1.4.4 (2023-03-09 14:50), 1.4.5 (2023-05-05 10:20)
Other packages that cited RPresto R package
View RPresto citation profile
Other R packages that RPresto depends, imports, suggests or enhances
Complete documentation for RPresto
Functions, R codes and Examples using the RPresto R package
Some associated functions: Presto . PrestoConnection-class . PrestoDriver-class . PrestoQuery-class . PrestoResult-class . PrestoSession-class . RPresto-package . add_chunk . dbCreateTableAs . dbDataType . dbGetInfo . dbRenameTable . dbplyr-db . dbplyr-sql . dbplyr_edition.PrestoConnection . dbplyr_function_implementations . dplyr_function_implementations . dplyr_source_function_implementations . dummyPrestoConnection . dummy_tables . kerberos_configs . presto_has_default . sqlCreateTableAs . src_presto . 
Some associated R codes: Presto.R . PrestoConnection.R . PrestoDriver.R . PrestoQuery.R . PrestoResult.R . PrestoSession.R . RPresto-package.R . chunk.R . create.dummy.tables.R . cte.R . dbAppendTable.R . dbClearResult.R . dbConnect.R . dbCreateTable.R . dbCreateTableAs.R . dbDataType.R . dbDisconnect.R . dbExistsTable.R . dbFetch.R . dbGetInfo.R . dbGetQuery.R . dbGetRowCount.R . dbGetRowsAffected.R . dbGetStatement.R . dbHasCompleted.R . dbIsValid.R . dbListFields.R . dbListTables.R . dbQuoteIdentifier.R . dbQuoteLiteral.R . dbReadTable.R . dbRemoveTable.R . dbRenameTable.R . dbSendQuery.R . dbUnloadDriver.R . dbWriteTable.R . dbplyr-db.R . dbplyr-sql.R . dbplyr-src.R . default.R . fetch.R . presto.field.R . presto.field_utilities.R . request_headers.R . sqlCreateTable.R . sqlCreateTableAs.R . zzz.R .  Full RPresto package functions and examples
Downloads during the last 30 days
Get rewarded with contribution points by helping add
Reviews / comments / questions /suggestions ↴↴↴

Today's Hot Picks in Authors and Packages

seriation  
Infrastructure for Ordering Objects Using Seriation
Infrastructure for ordering objects with an implementation of several seriation/sequencing/ordinati ...
Download / Learn more Package Citations See dependency  
equatiomatic  
Transform Models into 'LaTeX' Equations
The goal of equatiomatic is to reduce the painassociated with writing LaTeX formulas from fitted mod ...
Download / Learn more Package Citations See dependency  
ddp  
Desirable Dietary Pattern
The desirable Dietary Pattern (DDP)/ PPH score measures the variety of food consumption. The (weigh ...
Download / Learn more Package Citations See dependency  
mailR  
A Utility to Send Emails from R
Interface to Apache Commons Email to send emails from R. ...
Download / Learn more Package Citations See dependency  
memoise  
'Memoisation' of Functions
Cache the results of a function so that when you call it again with the same arguments it returns t ...
Download / Learn more Package Citations See dependency  
maic  
Matching-Adjusted Indirect Comparison
A generalised workflow for generation of subject weights to be used in Matching-Adjusted Indirect C ...
Download / Learn more Package Citations See dependency  

23,092

R Packages

198,677

Dependencies

62,675

Author Associations

23,089

Publication Badges

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