Other packages > Find by keyword >

datagovsgR  

Call Real Time APIs from Data Gov Singapore
View on CRAN: Click here


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

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

Install by package version:
library("remotes")
install_version("datagovsgR", "1.0.1")



Attach the package and use:
library("datagovsgR")
Maintained by
Clinton Wong
[Scholar Profile | Author Map]
All associated links for this package
First Published: 2020-02-25
Latest Update:
Description:
A wrapper for the Data.gov.sg developer resources, which provide real time and historical information, ranging from carpark availability to weather forecasts. The functions makes the API calls for a given date and time, before returning the relevant information in a data frame. All APIs are supported, less the IPOS one which is not returning any data. Relevant information can be found here .
How to cite:
Clinton Wong (2020). datagovsgR: Call Real Time APIs from Data Gov Singapore. R package version 1.0.1, https://cran.r-project.org/web/packages/datagovsgR. Accessed 08 Mar. 2026.
Previous versions and publish date:
0.3.0 (2020-02-25 15:50), 0.3.1 (2020-03-25 08:50), 0.3.2 (2020-06-30 14:10), 0.3.3 (2022-12-22 21:50), 1.0.0 (2023-01-15 18:00), 1.0.1 (2024-06-27 16:40)
Other packages that cited datagovsgR R package
View datagovsgR citation profile
Other R packages that datagovsgR depends, imports, suggests or enhances
Complete documentation for datagovsgR
Downloads during the last 30 days

Today's Hot Picks in Authors and Packages

ptycho  
Bayesian Variable Selection with Hierarchical Priors
Bayesian variable selection for linear regression models using hierarchical priors. There is a pr ...
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  
vars  
VAR Modelling
Estimation, lag selection, diagnostic testing, forecasting, causality analysis, forecast error varia ...
Download / Learn more Package Citations See dependency  
generator  
Generate Data Containing Fake Personally Identifiable Information
Allows users to quickly and easily generate fake data containing Personally Identifiable Informatio ...
Download / Learn more Package Citations See dependency  
candisc  
Visualizing Generalized Canonical Discriminant and Canonical Correlation Analysis
Functions for computing and visualizing generalized canonical discriminant analyses and canonical c ...
Download / Learn more Package Citations See dependency  

26,270

R Packages

223,360

Dependencies

70,376

Author Associations

26,265

Publication Badges

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