Other packages > Find by keyword >

RPostgreSQL  

R Interface to the 'PostgreSQL' Database System
View on CRAN: Click here


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

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

Install by package version:
library("remotes")
install_version("RPostgreSQL", "0.7-7")



Attach the package and use:
library("RPostgreSQL")
Maintained by
Tomoaki Nishiyama
[Scholar Profile | Author Map]
First Published: 2008-10-13
Latest Update: 2023-02-10
Description:
Database interface and 'PostgreSQL' driver for 'R'. This package provides a Database Interface 'DBI' compliant driver for 'R' to access 'PostgreSQL' database systems. In order to build and install this package from source, 'PostgreSQL' itself must be present your system to provide 'PostgreSQL' functionality via its libraries and header files. These files are provided as 'postgresql-devel' package under some Linux distributions. On 'macOS' and 'Microsoft Windows' system the attached 'libpq' library source will be used.
How to cite:
Tomoaki Nishiyama (2008). RPostgreSQL: R Interface to the 'PostgreSQL' Database System. R package version 0.7-7, https://cran.r-project.org/web/packages/RPostgreSQL. Accessed 15 Apr. 2025.
Previous versions and publish date:
0.1-0 (2008-10-13 11:35), 0.1-1 (2008-10-29 11:23), 0.1-2 (2008-11-03 08:46), 0.1-3 (2008-12-14 12:08), 0.1-4 (2009-01-28 08:51), 0.1-5 (2009-10-14 11:33), 0.1-6 (2009-10-20 08:56), 0.1-7 (2010-10-17 18:41), 0.2-0 (2011-10-04 15:14), 0.2-1 (2011-11-17 12:25), 0.3-0 (2011-12-30 12:22), 0.3-1 (2012-01-03 07:33), 0.3-2 (2012-01-29 09:27), 0.3-3 (2012-10-05 07:35), 0.4-1 (2016-05-08 23:09), 0.4 (2013-03-27 09:34), 0.6-2 (2017-06-24 09:17), 0.7-2 (2021-10-06 17:50), 0.7-3 (2021-10-22 06:40), 0.7-4 (2022-08-09 08:10), 0.7-5 (2023-02-10 11:00), 0.7-6 (2024-01-11 07:23), 0.7-7 (2024-09-30 09:20), 0.7 (2021-07-27 11:00)
Other packages that cited RPostgreSQL R package
View RPostgreSQL citation profile
Other R packages that RPostgreSQL depends, imports, suggests or enhances
Complete documentation for RPostgreSQL
Downloads during the last 30 days
03/1603/1703/1803/1903/2003/2103/2203/2303/2403/2503/2603/2703/2803/2903/3003/3104/0104/0204/0304/0404/0504/0604/0704/0804/0904/1004/1104/1204/1304/14Downloads for RPostgreSQL80010001200140016001800200022002400260028003000TrendBars

Today's Hot Picks in Authors and Packages

bSims  
Agent-Based Bird Point Count Simulator
A highly scientific and utterly addictive bird point count simulator to test statistical assumptio ...
Download / Learn more Package Citations See dependency  
mipplot  
An Open-Source Tool for Visualization of Climate Mitigation Scenarios
Generic functions to produce area/bar/box/line plots of data following IAMC (Integrated Assessment M ...
Download / Learn more Package Citations See dependency  
mt  
Metabolomics Data Analysis Toolbox
Functions for metabolomics data analysis: data preprocessing, orthogonal signal correction, PCA ana ...
Download / Learn more Package Citations See dependency  
StructFDR  
False Discovery Control Procedure Integrating the Prior Structure Information
Perform more powerful false discovery control (FDR) for microbiome data, taking into account the pri ...
Download / Learn more Package Citations See dependency  
ffscrapr  
API Client for Fantasy Football League Platforms
Helps access various Fantasy Football APIs by handling authentication and rate-limiting, forming ap ...
Download / Learn more Package Citations See dependency  
Maintainer: Tan Ho (view profile)
ktsolve  
Configurable Function for Solving Families of Nonlinear Equations
This is designed for use with an arbitrary set of equations with an arbitrary set of unknowns. The ...
Download / Learn more Package Citations See dependency  

24,012

R Packages

207,311

Dependencies

64,993

Author Associations

24,013

Publication Badges

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