Showing 200 of total 249 results (show query)
markedmondson1234
googleAuthR:Authenticate and Create Google APIs
Create R functions that interact with OAuth2 Google APIs <https://developers.google.com/apis-explorer/> easily, with auto-refresh and Shiny compatibility.
Maintained by Erik Grönroos. Last updated 10 months ago.
apiauthenticationgooglegoogleauthroauth2-flowshiny
52.7 match 178 stars 12.84 score 804 scripts 13 dependentsdataoneorg
dataone:R Interface to the DataONE REST API
Provides read and write access to data and metadata from the DataONE network <https://www.dataone.org> of data repositories. Each DataONE repository implements a consistent repository application programming interface. Users call methods in R to access these remote repository functions, such as methods to query the metadata catalog, get access to metadata for particular data packages, and read the data objects from the data repository. Users can also insert and update data objects on repositories that support these methods.
Maintained by Matthew B. Jones. Last updated 3 years ago.
34.5 match 36 stars 9.93 score 472 scripts 3 dependentsazure
AzureAuth:Authentication Services for Azure Active Directory
Provides Azure Active Directory (AAD) authentication functionality for R users of Microsoft's 'Azure' cloud <https://azure.microsoft.com/>. Use this package to obtain 'OAuth' 2.0 tokens for services including Azure Resource Manager, Azure Storage and others. It supports both AAD v1.0 and v2.0, as well as multiple authentication methods, including device code and resource owner grant. Tokens are cached in a user-specific directory obtained using the 'rappdirs' package. The interface is based on the 'OAuth' framework in the 'httr' package, but customised and streamlined for Azure. Part of the 'AzureR' family of packages.
Maintained by Hong Ooi. Last updated 3 years ago.
azureazure-active-directoryazure-sdk-roauth2
25.1 match 44 stars 10.41 score 57 scripts 23 dependentsr-lib
gargle:Utilities for Working with Google APIs
Provides utilities for working with Google APIs <https://developers.google.com/apis-explorer>. This includes functions and classes for handling common credential types and for preparing, executing, and processing HTTP requests.
Maintained by Jennifer Bryan. Last updated 2 years ago.
10.0 match 113 stars 14.88 score 266 scripts 192 dependentscurso-r
auth0:Authentication in Shiny with Auth0
Uses Auth0 API (see <https://auth0.com> for more information) to use a simple authentication system. It provides tools to log in and out a shiny application using social networks or a list of e-mails.
Maintained by Julio Trecenti. Last updated 1 years ago.
auth0authenticationhacktoberfestshiny
19.1 match 156 stars 7.79 score 88 scriptsflippiecoetser
Authenticate:R Shiny Authentication Module
R Shiny Authentication Module which includes View, Controller and Data Layer.
Maintained by Flippie Coetser. Last updated 10 months ago.
59.4 match 1 stars 2.18 score 3 scriptsr-lib
httr2:Perform HTTP Requests and Process the Responses
Tools for creating and modifying HTTP requests, then performing them and processing the results. 'httr2' is a modern re-imagining of 'httr' that uses a pipe-based interface and solves more of the problems that API wrapping packages face.
Maintained by Hadley Wickham. Last updated 7 days ago.
7.0 match 246 stars 17.66 score 1.9k scripts 1.1k dependentsvosonlab
vosonSML:Collecting Social Media Data and Generating Networks for Analysis
A suite of easy to use functions for collecting social media data and generating networks for analysis. Supports Mastodon, YouTube, Reddit and Web 1.0 data sources.
Maintained by Bryan Gertzel. Last updated 8 months ago.
hyperlinkmastodonnetwork-graphredditsnasocial-mediasocial-network-analysisvosonyoutube
15.0 match 79 stars 7.67 score 66 scripts 1 dependentsazure
azuremlsdk:Interface to the 'Azure Machine Learning' 'SDK'
Interface to the 'Azure Machine Learning' Software Development Kit ('SDK'). Data scientists can use the 'SDK' to train, deploy, automate, and manage machine learning models on the 'Azure Machine Learning' service. To learn more about 'Azure Machine Learning' visit the website: <https://docs.microsoft.com/en-us/azure/machine-learning/service/overview-what-is-azure-ml>.
Maintained by Diondra Peck. Last updated 3 years ago.
amlcomputeazureazure-machine-learningazuremldsimachine-learningrstudiosdk-r
12.9 match 106 stars 8.91 score 221 scriptsr-lib
httr:Tools for Working with URLs and HTTP
Useful tools for working with HTTP organised by HTTP verbs (GET(), POST(), etc). Configuration functions make it easy to control additional request components (authenticate(), add_headers() and so on).
Maintained by Hadley Wickham. Last updated 1 years ago.
5.5 match 989 stars 20.56 score 29k scripts 4.3k dependentspaulc91
shinyauthr:'Shiny' Authentication Modules
Add in-app user authentication to 'shiny', allowing you to secure publicly hosted apps and build dynamic user interfaces from user information.
Maintained by Paul Campbell. Last updated 1 years ago.
13.9 match 432 stars 8.05 score 123 scripts 1 dependentsjohncoene
firebase:Integrates 'Google Firebase' Authentication Storage, and 'Analytics' with 'Shiny'
Authenticate users in 'Shiny' applications using 'Google Firebase' with any of the many methods provided; email and password, email link, or using a third-party provider such as 'Github', 'Twitter', or 'Google'. Use 'Firebase Storage' to store files securely, and leverage 'Firebase Analytics' to easily log events and better understand your audience.
Maintained by David Munoz Tord. Last updated 1 years ago.
15.6 match 169 stars 6.88 score 74 scripts 1 dependentscloudyr
googleComputeEngineR:R Interface with Google Compute Engine
Interact with the 'Google Compute Engine' API in R. Lets you create, start and stop instances in the 'Google Cloud'. Support for preconfigured instances, with templates for common R needs.
Maintained by Mark Edmondson. Last updated 8 hours ago.
apicloud-computingcloudyrgoogle-cloudgoogleauthrlaunching-virtual-machines
10.5 match 152 stars 9.73 score 235 scriptsazure
AzureStor:Storage Management in 'Azure'
Manage storage in Microsoft's 'Azure' cloud: <https://azure.microsoft.com/en-us/product-categories/storage/>. On the admin side, 'AzureStor' includes features to create, modify and delete storage accounts. On the client side, it includes an interface to blob storage, file storage, and 'Azure Data Lake Storage Gen2': upload and download files and blobs; list containers and files/blobs; create containers; and so on. Authenticated access to storage is supported, via either a shared access key or a shared access signature (SAS). Part of the 'AzureR' family of packages.
Maintained by Hong Ooi. Last updated 2 years ago.
azure-data-lakeazure-sdk-razure-storageazure-storage-blobazure-storage-file
8.5 match 64 stars 10.72 score 298 scripts 4 dependentsazure
AzureGraph:Simple Interface to 'Microsoft Graph'
A simple interface to the 'Microsoft Graph' API <https://learn.microsoft.com/en-us/graph/overview>. 'Graph' is a comprehensive framework for accessing data in various online Microsoft services. This package was originally intended to provide an R interface only to the 'Azure Active Directory' part, with a view to supporting interoperability of R and 'Azure': users, groups, registered apps and service principals. However it has since been expanded into a more general tool for interacting with Graph. Part of the 'AzureR' family of packages.
Maintained by Hong Ooi. Last updated 2 years ago.
azure-active-directory-graph-apiazure-sdk-rmicrosoft-graph-api
8.6 match 32 stars 10.30 score 36 scripts 21 dependentsazure
AzureRMR:Interface to 'Azure Resource Manager'
A lightweight but powerful R interface to the 'Azure Resource Manager' REST API. The package exposes a comprehensive class framework and related tools for creating, updating and deleting 'Azure' resource groups, resources and templates. While 'AzureRMR' can be used to manage any 'Azure' service, it can also be extended by other packages to provide extra functionality for specific services. Part of the 'AzureR' family of packages.
Maintained by Hong Ooi. Last updated 1 years ago.
azureazure-resource-managerazure-sdk-rcloud
8.6 match 20 stars 9.94 score 51 scripts 12 dependentsbioc
sevenbridges:Seven Bridges Platform API Client and Common Workflow Language Tool Builder in R
R client and utilities for Seven Bridges platform API, from Cancer Genomics Cloud to other Seven Bridges supported platforms.
Maintained by Phil Webster. Last updated 5 months ago.
softwaredataimportthirdpartyclientapi-clientbioconductorbioinformaticscloudcommon-workflow-languagesevenbridges
11.3 match 35 stars 7.40 score 24 scriptsr-box
boxr:Interface for the 'Box.com API'
An R interface for the remote file hosting service 'Box' (<https://www.box.com/>). In addition to uploading and downloading files, this package includes functions which mirror base R operations for local files, (e.g. box_load(), box_save(), box_read(), box_setwd(), etc.), as well as 'git' style functions for entire directories (e.g. box_fetch(), box_push()).
Maintained by Ian Lyttle. Last updated 11 months ago.
9.4 match 63 stars 8.65 score 238 scriptsdatastorm-open
shinymanager:Authentication Management for 'Shiny' Applications
Simple and secure authentification mechanism for single 'Shiny' applications. Credentials can be stored in an encrypted 'SQLite' database or on your own SQL Database (Postgres, MySQL, ...). Source code of main application is protected until authentication is successful.
Maintained by Benoit Thieurmel. Last updated 10 months ago.
7.7 match 391 stars 10.51 score 316 scripts 2 dependentsazure
Microsoft365R:Interface to the 'Microsoft 365' Suite of Cloud Services
An interface to the 'Microsoft 365' (formerly known as 'Office 365') suite of cloud services, building on the framework supplied by the 'AzureGraph' package. Enables access from R to data stored in 'Teams', 'SharePoint Online' and 'OneDrive', including the ability to list drive folder contents, upload and download files, send messages, and retrieve data lists. Also provides a full-featured 'Outlook' email client, with the ability to send emails and manage emails and mail folders.
Maintained by Hong Ooi. Last updated 14 days ago.
azure-sdk-rmicrosoft-365microsoft-graph-apioffice-365onedriveonedrive-for-businesssharepoint-online
6.8 match 325 stars 11.14 score 88 scripts 7 dependentsropensci
sodium:A Modern and Easy-to-Use Crypto Library
Bindings to 'libsodium' <https://doc.libsodium.org/>: a modern, easy-to-use software library for encryption, decryption, signatures, password hashing and more. Sodium uses curve25519, a state-of-the-art Diffie-Hellman function by Daniel Bernstein, which has become very popular after it was discovered that the NSA had backdoored Dual EC DRBG.
Maintained by Jeroen Ooms. Last updated 3 months ago.
6.1 match 70 stars 12.43 score 175 scripts 103 dependentsstevenmmortimer
salesforcer:An Implementation of 'Salesforce' APIs Using Tidy Principles
Functions connecting to the 'Salesforce' Platform APIs (REST, SOAP, Bulk 1.0, Bulk 2.0, Metadata, Reports and Dashboards) <https://trailhead.salesforce.com/content/learn/modules/api_basics/api_basics_overview>. "API" is an acronym for "application programming interface". Most all calls from these APIs are supported as they use CSV, XML or JSON data that can be parsed into R data structures. For more details please see the 'Salesforce' API documentation and this package's website <https://stevenmmortimer.github.io/salesforcer/> for more information, documentation, and examples.
Maintained by Steven M. Mortimer. Last updated 4 months ago.
api-wrappersr-languager-programmingsalesforcesalesforce-apis
8.0 match 82 stars 9.27 score 191 scriptsopen-eo
openeo:Client Interface for 'openEO' Servers
Access data and processing functionalities of 'openEO' compliant back-ends in R.
Maintained by Florian Lahn. Last updated 2 months ago.
8.3 match 64 stars 8.65 score 128 scriptsropensci
crul:HTTP Client
A simple HTTP client, with tools for making HTTP requests, and mocking HTTP requests. The package is built on R6, and takes inspiration from Ruby's 'faraday' gem (<https://rubygems.org/gems/faraday>). The package name is a play on curl, the widely used command line tool for HTTP, and this package is built on top of the R package 'curl', an interface to 'libcurl' (<https://curl.se/libcurl/>).
Maintained by Scott Chamberlain. Last updated 8 months ago.
httphttpsapiweb-servicescurldownloadlibcurlasyncmockingcaching
5.0 match 107 stars 14.00 score 240 scripts 162 dependentsvimc
vaultr:Vault Client for Secrets and Sensitive Data
Provides an interface to a 'HashiCorp' vault server over its http API (typically these are self-hosted; see <https://www.vaultproject.io>). This allows for secure storage and retrieval of secrets over a network, such as tokens, passwords and certificates. Authentication with vault is supported through several backends including user name/password and authentication via 'GitHub'.
Maintained by Rich FitzJohn. Last updated 1 years ago.
10.2 match 24 stars 6.78 score 2 scripts 1 dependentssbg
sevenbridges2:The 'Seven Bridges Platform' API Client
R client and utilities for 'Seven Bridges Platform' API, from 'Cancer Genomics Cloud' to other 'Seven Bridges' supported platforms. API documentation is hosted publicly at <https://docs.sevenbridges.com/docs/the-api>.
Maintained by Marko Trifunovic. Last updated 19 days ago.
api-clientbioinformaticscloudsevenbridges
11.6 match 2 stars 5.90 score 4 scriptsgesistsa
rtoot:Collecting and Analyzing Mastodon Data
An implementation of calls designed to collect and organize Mastodon data via its Application Program Interfaces (API), which can be found at the following URL: <https://docs.joinmastodon.org/>.
Maintained by David Schoch. Last updated 1 months ago.
7.8 match 105 stars 8.70 score 67 scripts8-bit-sheep
googleAnalyticsR:Google Analytics API into R
Interact with the Google Analytics APIs <https://developers.google.com/analytics/>, including the Core Reporting API (v3 and v4), Management API, User Activity API GA4's Data API and Admin API and Multi-Channel Funnel API.
Maintained by Erik Grönroos. Last updated 6 months ago.
analyticsapigooglegoogleanalyticsrgoogleauthr
6.3 match 262 stars 10.11 score 680 scripts 1 dependentstychobra
polished:Authentication and Hosting for 'shiny' Apps
Authentication, user administration, hosting, and additional infrastructure for 'shiny' apps. See <https://polished.tech> for additional documentation and examples.
Maintained by Andy Merlino. Last updated 1 years ago.
7.3 match 233 stars 8.09 score 75 scriptspaulgovan
AutoDeskR:An Interface to the 'AutoDesk' 'API' Platform
An interface to the 'AutoDesk' 'API' Platform including the Authentication 'API' for obtaining authentication to the 'AutoDesk' Forge Platform, Data Management 'API' for managing data across the platform's cloud services, Design Automation 'API' for performing automated tasks on design files in the cloud, Model Derivative 'API' for translating design files into different formats, sending them to the viewer app, and extracting design data, and Viewer for rendering 2D and 3D models.
Maintained by Paul Govan. Last updated 6 months ago.
9.6 match 7 stars 6.13 score 16 scriptsr-lib
pak:Another Approach to Package Installation
The goal of 'pak' is to make package installation faster and more reliable. In particular, it performs all HTTP operations in parallel, so metadata resolution and package downloads are fast. Metadata and package files are cached on the local disk as well. 'pak' has a dependency solver, so it finds version conflicts before performing the installation. This version of 'pak' supports CRAN, 'Bioconductor' and 'GitHub' packages as well.
Maintained by Gábor Csárdi. Last updated 5 days ago.
4.5 match 715 stars 13.03 score 277 scripts 17 dependentsmrcieu
ieugwasr:Interface to the 'OpenGWAS' Database API
Interface to the 'OpenGWAS' database API <https://api.opengwas.io/api/>. Includes a wrapper to make generic calls to the API, plus convenience functions for specific queries.
Maintained by Gibran Hemani. Last updated 2 days ago.
5.3 match 89 stars 10.71 score 404 scripts 6 dependentsropensci
osfr:Interface to the 'Open Science Framework' ('OSF')
An interface for interacting with 'OSF' (<https://osf.io>). 'osfr' enables you to access open research materials and data, or create and manage your own private or public projects.
Maintained by Aaron Wolen. Last updated 8 months ago.
open-scienceosfreproducible-research
5.5 match 145 stars 10.18 score 588 scripts 3 dependentsropensci
taxize:Taxonomic Information from Around the Web
Interacts with a suite of web application programming interfaces (API) for taxonomic tasks, such as getting database specific taxonomic identifiers, verifying species names, getting taxonomic hierarchies, fetching downstream and upstream taxonomic names, getting taxonomic synonyms, converting scientific to common names and vice versa, and more. Some of the services supported include 'NCBI E-utilities' (<https://www.ncbi.nlm.nih.gov/books/NBK25501/>), 'Encyclopedia of Life' (<https://eol.org/docs/what-is-eol/data-services>), 'Global Biodiversity Information Facility' (<https://techdocs.gbif.org/en/openapi/>), and many more. Links to the API documentation for other supported services are available in the documentation for their respective functions in this package.
Maintained by Zachary Foster. Last updated 11 days ago.
taxonomybiologynomenclaturejsonapiwebapi-clientidentifiersspeciesnamesapi-wrapperbiodiversitydarwincoredatataxize
4.0 match 274 stars 13.63 score 1.6k scripts 23 dependentsgofigr
gofigR:Client for 'GoFigr.io'
Integrates with your 'RMarkdown' documents to automatically publish figures to the <https://GoFigr.io> service. Supports both 'knitr' and interactive execution within 'RStudio'.
Maintained by Maciej Pacula. Last updated 1 days ago.
15.4 match 3.40 scorebanboo-data
r4googleads:'Google Ads API' Interface
Interface for the 'Google Ads API'. 'Google Ads' is an online advertising service that enables advertisers to display advertising to web users (see <https://developers.google.com/google-ads/> for more information).
Maintained by Johannes Burkhardt. Last updated 3 years ago.
google-ads-apimarketing-analyticsmarketing-automation
10.4 match 4 stars 4.78 score 6 scriptscloudyr
googleCloudStorageR:Interface with Google Cloud Storage API
Interact with Google Cloud Storage <https://cloud.google.com/storage/> API in R. Part of the 'cloudyr' <https://cloudyr.github.io/> project.
Maintained by Mark Edmondson. Last updated 3 days ago.
apiapi-clientgoogle-cloud-storagegoogleauthr
4.8 match 104 stars 10.28 score 548 scripts 1 dependentsrexyai
RestRserve:A Framework for Building HTTP API
Allows to easily create high-performance full featured HTTP APIs from R functions. Provides high-level classes such as 'Request', 'Response', 'Application', 'Middleware' in order to streamline server side application development. Out of the box allows to serve requests using 'Rserve' package, but flexible enough to integrate with other HTTP servers such as 'httpuv'.
Maintained by Dmitry Selivanov. Last updated 3 days ago.
http-serveropenapirest-apiswagger-uicpp
5.0 match 283 stars 9.56 score 95 scripts 1 dependentsr-spatial
rgee:R Bindings for Calling the 'Earth Engine' API
Earth Engine <https://earthengine.google.com/> client library for R. All of the 'Earth Engine' API classes, modules, and functions are made available. Additional functions implemented include importing (exporting) of Earth Engine spatial objects, extraction of time series, interactive map display, assets management interface, and metadata display. See <https://r-spatial.github.io/rgee/> for further details.
Maintained by Cesar Aybar. Last updated 3 days ago.
earth-engineearthenginegoogle-earth-enginegoogleearthenginespatial-analysisspatial-data
3.4 match 715 stars 13.77 score 1.9k scripts 3 dependentsrstudio
chromote:Headless Chrome Web Browser Interface
An implementation of the 'Chrome DevTools Protocol', for controlling a headless Chrome web browser.
Maintained by Winston Chang. Last updated 2 days ago.
3.3 match 164 stars 13.82 score 162 scripts 28 dependentsmrcieu
TwoSampleMR:Two Sample MR Functions and Interface to MRC Integrative Epidemiology Unit OpenGWAS Database
A package for performing Mendelian randomization using GWAS summary data. It uses the IEU OpenGWAS database <https://gwas.mrcieu.ac.uk/> to automatically obtain data, and a wide range of methods to run the analysis.
Maintained by Gibran Hemani. Last updated 10 days ago.
4.0 match 467 stars 11.23 score 1.7k scripts 1 dependentseddelbuettel
digest:Create Compact Hash Digests of R Objects
Implementation of a function 'digest()' for the creation of hash digests of arbitrary R objects (using the 'md5', 'sha-1', 'sha-256', 'crc32', 'xxhash', 'murmurhash', 'spookyhash', 'blake3', 'crc32c', 'xxh3_64', and 'xxh3_128' algorithms) permitting easy comparison of R language objects, as well as functions such as 'hmac()' to create hash-based message authentication code. Please note that this package is not meant to be deployed for cryptographic purposes for which more comprehensive (and widely tested) libraries such as 'OpenSSL' should be used.
Maintained by Dirk Eddelbuettel. Last updated 2 months ago.
2.3 match 114 stars 19.82 score 11k scripts 6.9k dependentsropensci
EDIutils:An API Client for the Environmental Data Initiative Repository
A client for the Environmental Data Initiative repository REST API. The 'EDI' data repository <https://portal.edirepository.org/nis/home.jsp> is for publication and reuse of ecological data with emphasis on metadata accuracy and completeness. It is built upon the 'PASTA+' software stack <https://pastaplus-core.readthedocs.io/en/latest/index.html#> and was developed in collaboration with the US 'LTER' Network <https://lternet.edu/>. 'EDIutils' includes functions to search and access existing data, evaluate and upload new data, and assist other data management tasks common to repository users.
Maintained by Colin Smith. Last updated 1 years ago.
ecologyeml-metadataopen-accessopen-dataresearch-data-managementresearch-data-repository
6.8 match 10 stars 6.47 score 117 scriptscran
CytobankAPI:Cytobank API Wrapper for R
Tools to interface with Cytobank's API via R, organized by endpoints that represent various areas of Cytobank functionality. Learn more about Cytobank at <https://www.beckman.com/flow-cytometry/software>.
Maintained by Stu Blair. Last updated 2 years ago.
14.0 match 3.00 scorepablobarbera
Rfacebook:Access to Facebook API via R
Provides an interface to the Facebook API.
Maintained by Pablo Barbera. Last updated 5 years ago.
5.3 match 351 stars 7.75 score 268 scriptsmrkaye97
slackr:Send Messages, Images, R Objects and Files to 'Slack' Channels/Users
'Slack' <https://slack.com/> provides a service for teams to collaborate by sharing messages, images, links, files and more. Functions are provided that make it possible to interact with the 'Slack' platform 'API'. When you need to share information or data from R, rather than resort to copy/ paste in e-mails or other services like 'Skype' <https://www.skype.com/en/>, you can use this package to send well-formatted output from multiple R objects and expressions to all teammates at the same time with little effort. You can also send images from the current graphics device, R objects, and upload files.
Maintained by Matt Kaye. Last updated 5 months ago.
3.5 match 306 stars 11.66 score 179 scriptscrunch-io
crunch:Crunch.io Data Tools
The Crunch.io service <https://crunch.io/> provides a cloud-based data store and analytic engine, as well as an intuitive web interface. Using this package, analysts can interact with and manipulate Crunch datasets from within R. Importantly, this allows technical researchers to collaborate naturally with team members, managers, and clients who prefer a point-and-click interface.
Maintained by Greg Freedman Ellis. Last updated 10 days ago.
3.9 match 9 stars 10.53 score 200 scripts 2 dependentsropensci
googleLanguageR:Call Google's 'Natural Language' API, 'Cloud Translation' API, 'Cloud Speech' API and 'Cloud Text-to-Speech' API
Call 'Google Cloud' machine learning APIs for text and speech tasks. Call the 'Cloud Translation' API <https://cloud.google.com/translate/> for detection and translation of text, the 'Natural Language' API <https://cloud.google.com/natural-language/> to analyse text for sentiment, entities or syntax, the 'Cloud Speech' API <https://cloud.google.com/speech/> to transcribe sound files to text and the 'Cloud Text-to-Speech' API <https://cloud.google.com/text-to-speech/> to turn text into sound files.
Maintained by Mark Edmondson. Last updated 8 months ago.
cloud-speech-apicloud-translation-apigoogle-api-clientgoogle-cloudgoogle-cloud-speechgoogle-nlpgoogleauthrnatural-language-processingpeer-reviewedsentiment-analysisspeech-apitranslation-api
3.8 match 196 stars 10.36 score 268 scripts 3 dependentsjbgruber
atrrr:Wrapper for the 'AT' Protocol Behind 'Bluesky'
Wraps the 'AT' Protocol (Authenticated Transfer Protocol) behind 'Bluesky' <https://bsky.social>. Functions can be used for, among others, retrieving posts and followers from the network or posting content.
Maintained by Johannes B. Gruber. Last updated 5 days ago.
4.8 match 28 stars 8.07 score 38 scriptsreichlab
zoltr:Interface to the 'Zoltar' Forecast Repository API
'Zoltar' <https://www.zoltardata.com/> is a website that provides a repository of model forecast results in a standardized format and a central location. It supports storing, retrieving, comparing, and analyzing time series forecasts for prediction challenges of interest to the modeling community. This package provides functions for working with the 'Zoltar' API, including connecting and authenticating, getting meta information (projects, models, and forecasts, and truth), and uploading, downloading, and deleting forecast and truth data.
Maintained by Matthew Cornell. Last updated 9 days ago.
4.9 match 2 stars 7.58 score 175 scripts 3 dependentsrstudio
renv:Project Environments
A dependency management toolkit for R. Using 'renv', you can create and manage project-local R libraries, save the state of these libraries to a 'lockfile', and later restore your library as required. Together, these tools can help make your projects more isolated, portable, and reproducible.
Maintained by Kevin Ushey. Last updated 2 days ago.
2.0 match 1.0k stars 18.55 score 1.5k scripts 113 dependentschi2labs
cognitoR:Authentication for 'Shiny' Apps with 'Amazon Cognito'
Provides authentication for Shiny applications using 'Amazon Cognito' ( <https://aws.amazon.com/es/cognito/>).
Maintained by Pablo Pagnone. Last updated 1 years ago.
6.5 match 22 stars 5.64 score 6 scriptsvusaverse
vvtableau:R Interface for 'Tableau' Services
Provides an R interface for interacting with the 'Tableau' Server. It allows users to perform various operations such as publishing workbooks, refreshing data extracts, and managing users using the 'Tableau' REST API (see <https://help.tableau.com/current/api/rest_api/en-us/REST/rest_api_ref.htm> for details). Additionally, it includes functions to perform manipulations on local 'Tableau' workbooks.
Maintained by Tomer Iwan. Last updated 7 months ago.
rest-apitableautableau-dashboardstableau-desktoptableau-rest-apitableau-server
5.8 match 7 stars 6.25 score 16 scriptsixpantia
ixplorer:Easy DataOps for R Users
Create and view tickets in 'gitea', a self-hosted git service <https://about.gitea.com>, using an 'RStudio' addin, and use helper functions to publish documentation and use git.
Maintained by Frans van Dunne. Last updated 5 months ago.
6.0 match 2 stars 5.94 score 5 scriptsazure
AzureContainers:Interface to 'Container Instances', 'Docker Registry' and 'Kubernetes' in 'Azure'
An interface to container functionality in Microsoft's 'Azure' cloud: <https://azure.microsoft.com/en-us/product-categories/containers/>. Manage 'Azure Container Instance' (ACI), 'Azure Container Registry' (ACR) and 'Azure Kubernetes Service' (AKS) resources, push and pull images, and deploy services. On the client side, lightweight shells to the 'docker', 'docker-compose', 'kubectl' and 'helm' commandline tools are provided. Part of the 'AzureR' family of packages.
Maintained by Hong Ooi. Last updated 2 years ago.
azure-container-instancesazure-container-registryazure-kubernetes-serviceazure-sdk-rcontainerskubernetes
5.4 match 25 stars 6.49 score 57 scriptsrblp
Rblpapi:R Interface to 'Bloomberg'
An R Interface to 'Bloomberg' is provided via the 'Blp API'.
Maintained by Dirk Eddelbuettel. Last updated 3 days ago.
3.7 match 169 stars 9.43 score 115 scriptsmunterfi
hereR:'sf'-Based Interface to the 'HERE' REST APIs
Interface to the 'HERE' REST APIs <https://developer.here.com/develop/rest-apis>: (1) geocode and autosuggest addresses or reverse geocode POIs using the 'Geocoder' API; (2) route directions, travel distance or time matrices and isolines using the 'Routing', 'Matrix Routing' and 'Isoline Routing' APIs; (3) request real-time traffic flow and incident information from the 'Traffic' API; (4) find request public transport connections and nearby stations from the 'Public Transit' API; (5) request intermodal routes using the 'Intermodal Routing' API; (6) get weather forecasts, reports on current weather conditions, astronomical information and alerts at a specific location from the 'Destination Weather' API. Locations, routes and isolines are returned as 'sf' objects.
Maintained by Merlin Unterfinger. Last updated 23 days ago.
apigeocodinggishere-technologiesisolineroutingrspatialtrafficweather
3.8 match 90 stars 8.70 score 63 scriptsbioc
seqCAT:High Throughput Sequencing Cell Authentication Toolkit
The seqCAT package uses variant calling data (in the form of VCF files) from high throughput sequencing technologies to authenticate and validate the source, function and characteristics of biological samples used in scientific endeavours.
Maintained by Erik Fasterius. Last updated 5 months ago.
coveragegenomicvariationsequencingvariantannotation
8.0 match 4.00 scorevusaverse
vvcanvas:'Canvas' LMS API Integration
Allow R users to interact with the 'Canvas' Learning Management System (LMS) API (see <https://canvas.instructure.com/doc/api/all_resources.html> for details). It provides a set of functions to access and manipulate course data, assignments, grades, users, and other resources available through the 'Canvas' API.
Maintained by Tomer Iwan. Last updated 3 days ago.
canvascanvas-lmscanvas-lms-apicanvasapieducationalinstructure-canvas
5.1 match 7 stars 6.23 score 10 scriptsdmpe
urlshorteneR:R Wrapper for the 'Bit.ly' and 'Is.gd'/'v.gd' URL Shortening Services
Allows using two URL shortening services, which also provide expanding and analytic functions. Specifically developed for 'Bit.ly' (which requires OAuth 2.0) and 'is.gd' (no API key).
Maintained by John Malc. Last updated 28 days ago.
bitlyisgdshorten-urlsshortenershorturlurl
4.7 match 21 stars 6.70 score 53 scripts 1 dependentsgojiplus
clarifai:Access to Clarifai API
Get description of images from Clarifai API. For more information, see <http://clarifai.com>. Clarifai uses a large deep learning cloud to come up with descriptive labels of the things in an image. It also provides how confident it is about each of the labels.
Maintained by Gaurav Sood. Last updated 8 years ago.
5.8 match 13 stars 5.49 score 24 scriptsmolgenis
MolgenisAuth:'OpenID Connect' Discovery and Authentication
Discover 'OpenID Connect' endpoints and authenticate using device flow. Used by 'MOLGENIS' packages.
Maintained by Mariska Slofstra. Last updated 7 months ago.
5.5 match 8 stars 5.58 score 5 scripts 2 dependentspolar-fhir
fhircrackr:Handling HL7 FHIR® Resources in R
Useful tools for conveniently downloading FHIR resources in xml format and converting them to R data.frames. The package uses FHIR-search to download bundles from a FHIR server, provides functions to save and read xml-files containing such bundles and allows flattening the bundles to data.frames using XPath expressions. FHIR® is the registered trademark of HL7 and is used with the permission of HL7. Use of the FHIR trademark does not constitute endorsement of this product by HL7.
Maintained by Julia Palm. Last updated 11 days ago.
4.0 match 33 stars 7.63 score 46 scriptsohdsi
DatabaseConnector:Connecting to Various Database Platforms
An R 'DataBase Interface' ('DBI') compatible interface to various database platforms ('PostgreSQL', 'Oracle', 'Microsoft SQL Server', 'Amazon Redshift', 'Microsoft Parallel Database Warehouse', 'IBM Netezza', 'Apache Impala', 'Google BigQuery', 'Snowflake', 'Spark', 'SQLite', and 'InterSystems IRIS'). Also includes support for fetching data as 'Andromeda' objects. Uses either 'Java Database Connectivity' ('JDBC') or other 'DBI' drivers to connect to databases.
Maintained by Martijn Schuemie. Last updated 1 months ago.
2.4 match 56 stars 12.63 score 772 scripts 11 dependentsdoi-usgs
sbtools:USGS ScienceBase Tools
Tools for interacting with U.S. Geological Survey ScienceBase <https://www.sciencebase.gov> interfaces. ScienceBase is a data cataloging and collaborative data management platform. Functions included for querying ScienceBase, and creating and fetching datasets.
Maintained by David Blodgett. Last updated 10 months ago.
3.6 match 21 stars 7.94 score 127 scripts 2 dependentshegghammer
daiR:Interface with Google Cloud Document AI API
R interface for the Google Cloud Services 'Document AI API' <https://cloud.google.com/document-ai/> with additional tools for output file parsing and text reconstruction. 'Document AI' is a powerful server-based OCR service that extracts text and tables from images and PDF files with high accuracy. 'daiR' gives R users programmatic access to this service and additional tools to handle and visualize the output. See the package website <https://dair.info/> for more information and examples.
Maintained by Thomas Hegghammer. Last updated 4 months ago.
4.3 match 42 stars 6.77 score 40 scriptscivisanalytics
civis:R Client for the 'Civis Platform API'
A convenient interface for making requests directly to the 'Civis Platform API' <https://www.civisanalytics.com/platform/>. Full documentation available 'here' <https://civisanalytics.github.io/civis-r/>.
Maintained by Peter Cooman. Last updated 2 months ago.
3.7 match 16 stars 7.84 score 144 scriptsropensci
epair:EPA Data Helper for R
Aid the user in making queries to the EPA API site found at https://aqs.epa.gov/aqsweb/documents/data_api. This package combines API calling methods from various web scraping packages with specific strings to retrieve data from the EPA API. It also contains easy to use loaded variables that help a user navigate services offered by the API and aid the user in determining the appropriate way to make a an API call.
Maintained by G.L. Orozco-Mulfinger. Last updated 3 years ago.
5.5 match 7 stars 4.89 score 11 scriptsbusiness-science
tidyquant:Tidy Quantitative Financial Analysis
Bringing business and financial analysis to the 'tidyverse'. The 'tidyquant' package provides a convenient wrapper to various 'xts', 'zoo', 'quantmod', 'TTR' and 'PerformanceAnalytics' package functions and returns the objects in the tidy 'tibble' format. The main advantage is being able to use quantitative functions with the 'tidyverse' functions including 'purrr', 'dplyr', 'tidyr', 'ggplot2', 'lubridate', etc. See the 'tidyquant' website for more information, documentation and examples.
Maintained by Matt Dancho. Last updated 1 months ago.
dplyrfinancial-analysisfinancial-datafinancial-statementsmultiple-stocksperformance-analysisperformanceanalyticsquantmodstockstock-exchangesstock-indexesstock-listsstock-performancestock-pricesstock-symboltidyversetime-seriestimeseriesxts
2.0 match 872 stars 13.34 score 5.2k scriptscorrelaid
restatis:R Wrapper to Access a Wide Range of Germany's Federal Statistical System Databases Based on the GENESIS Web Service RESTful API of the German Federal Statistical Office (Statistisches Bundesamt/Destatis)
A RESTful API wrapper for accessing the GENESIS database of the German Federal Statistical Office (Destatis) as well as its Census Database and the database of Germany's regional statistics. Supports data search functions, credential management, result caching, and handling remote background jobs for large datasets.
Maintained by Yannik Buhl. Last updated 5 days ago.
3.8 match 22 stars 7.03 score 11 scriptsr-lib
ghapps:Authenticate as a 'GitHub' App
'GitHub' apps provide a powerful way to manage fine grained programmatic access to specific 'git' repositories, without having to create dummy users, and which are safer than a personal access token for automated tasks. This package extends the 'gh' package to let you authenticate and interact with 'GitHub' <https://docs.github.com/en/rest/overview> in 'R' as an app.
Maintained by Jeroen Ooms. Last updated 5 months ago.
5.8 match 20 stars 4.48 score 1 scriptsmolgenis
DSMolgenisArmadillo:'DataSHIELD' Client for 'MOLGENIS Armadillo'
'DataSHIELD' is an infrastructure and series of R packages that enables the remote and 'non-disclosive' analysis of sensitive research data. This package is the 'DataSHIELD' interface implementation to analyze data shared on a 'MOLGENIS Armadillo' server. 'MOLGENIS Armadillo' is a light-weight 'DataSHIELD' server using a file store and an 'RServe' server.
Maintained by Mariska Slofstra. Last updated 8 months ago.
4.0 match 6.54 score 48 scriptsropensci
piggyback:Managing Larger Data on a GitHub Repository
Helps store files as GitHub release assets, which is a convenient way for large/binary data files to piggyback onto public and private GitHub repositories. Includes functions for file downloads, uploads, and managing releases via the GitHub API.
Maintained by Carl Boettiger. Last updated 4 months ago.
data-storegit-lfspeer-reviewed
2.0 match 187 stars 12.98 score 187 scripts 12 dependentsjburkhardt
RAdwords:Loading Google Adwords Data into R
Aims at loading Google Adwords data into R. Adwords is an online advertising service that enables advertisers to display advertising copy to web users (see <https://developers.google.com/adwords/> for more information). Therefore the package implements three main features. First, the package provides an authentication process for R with the Google Adwords API (see <https://developers.google.com/adwords/api/> for more information) via OAUTH2. Second, the package offers an interface to apply the Adwords query language in R and query the Adwords API with ad-hoc reports. Third, the received data are transformed into suitable data formats for further data processing and data analysis.
Maintained by Johannes Burkhardt. Last updated 3 years ago.
4.4 match 99 stars 5.91 score 41 scriptsvusaverse
vvtermtime:Interface for 'Semestry TermTime' Services
Provides an R interface for interacting with the 'Semestry TermTime' services. It allows users to retrieve scheduling data from the API. see <https://github.com/vusaverse/vvtermtime/blob/main/openapi_7.7.0.pdf> for details.
Maintained by Tomer Iwan. Last updated 10 months ago.
schedulingsemestrytermtimetimetables
6.9 match 3.70 score 5 scriptsixpantia
tapLock:Seamless Single Sign-on for 'shiny'
Swift and seamless Single Sign-On (SSO) integration. Designed for effortless compatibility with popular Single Sign-On providers like Google and Microsoft, it streamlines authentication, enhancing both user experience and application security. Elevate your 'shiny' applications for a simplified, unified, and secure authentication process.
Maintained by Andres Quintero. Last updated 5 months ago.
3.7 match 30 stars 6.78 score 10 scriptsrapidsurveys
okapi:Open Data Kit (ODK)-based Computer-assisted Personal Interviewing (CAPI) Tools
Data collection using computer-assisted personal interviewing or CAPI tools is now the standard approach for conducting surveys and studies. A wide range of CAPI systems are currently being used. The ability to interface with these systems helps in the overall data process. This package provides interface functions to CAPI systems based on the Open Data Kit or ODK technology.
Maintained by Ernest Guevarra. Last updated 2 months ago.
9.4 match 3 stars 2.65 score 3 scriptsrundel
ghclass:Tools for Managing Classes on GitHub
Interface for the GitHub API that enables efficient management of courses on GitHub. It has a functionality for managing organizations, teams, repositories, and users on GitHub and helps automate most of the tedious and repetitive tasks around creating and distributing assignments.
Maintained by Colin Rundel. Last updated 1 months ago.
3.4 match 142 stars 7.32 score 70 scriptsironholds
urltools:Vectorised Tools for URL Handling and Parsing
A toolkit for all URL-handling needs, including encoding and decoding, parsing, parameter extraction and modification. All functions are designed to be both fast and entirely vectorised. It is intended to be useful for people dealing with web-related datasets, such as server-side logs, although may be useful for other situations involving large sets of URLs.
Maintained by Os Keyes. Last updated 4 years ago.
1.8 match 131 stars 13.43 score 968 scripts 264 dependentsbioc
GenomicDataCommons:NIH / NCI Genomic Data Commons Access
Programmatically access the NIH / NCI Genomic Data Commons RESTful service.
Maintained by Sean Davis. Last updated 1 months ago.
dataimportsequencingapi-clientbioconductorbioinformaticscancercore-servicesdata-sciencegenomicsncitcgavignette
2.0 match 87 stars 11.94 score 238 scripts 12 dependentseea
hdar:'REST' API Client for Accessing Data on 'WEkEO HDA V2'
Provides seamless access to the WEkEO Harmonised Data Access (HDA) API, enabling users to query, download, and process data efficiently from the HDA platform. With 'hdar', researchers and data scientists can integrate the extensive HDA datasets into their R workflows, enhancing their data analysis capabilities. Comprehensive information on the API functionality and usage is available at <https://gateway.prod.wekeo2.eu/hda-broker/docs>.
Maintained by Matteo Mattiuzzi. Last updated 2 days ago.
4.8 match 3 stars 4.88 score 3 scriptsjhudsl
text2speech:Text to Speech Conversion
Converts text into speech using various text-to-speech (TTS) engines and provides an unified interface for accessing their functionality. With this package, users can easily generate audio files of spoken words, phrases, or sentences from plain text data. The package supports multiple TTS engines, including Google's 'Cloud Text-to-Speech API', 'Amazon Polly', Microsoft's 'Cognitive Services Text to Speech REST API', and a free TTS engine called 'Coqui TTS'.
Maintained by Howard Baek. Last updated 2 years ago.
edtech-softwarespeech-synthesistext-to-speechttsvoice
3.8 match 21 stars 6.28 score 9 scripts 2 dependentsyihui
servr:A Simple HTTP Server to Serve Static Files or Dynamic Documents
Start an HTTP server in R to serve static files, or dynamic documents that can be converted to HTML files (e.g., R Markdown) under a given directory.
Maintained by Yihui Xie. Last updated 2 months ago.
http-serverweb-serverwebsocket
1.9 match 283 stars 12.51 score 190 scripts 94 dependentspecanproject
PEcAn.data.atmosphere:PEcAn Functions Used for Managing Climate Driver Data
The Predictive Ecosystem Carbon Analyzer (PEcAn) is a scientific workflow management tool that is designed to simplify the management of model parameterization, execution, and analysis. The PECAn.data.atmosphere package converts climate driver data into a standard format for models integrated into PEcAn. As a standalone package, it provides an interface to access diverse climate data sets.
Maintained by David LeBauer. Last updated 1 days ago.
bayesiancyberinfrastructuredata-assimilationdata-scienceecosystem-modelecosystem-scienceforecastingmeta-analysisnational-science-foundationpecanplants
2.0 match 216 stars 11.59 score 64 scripts 14 dependentshfshr
bitmexr:R Client for BitMEX
A client for cryptocurrency exchange BitMEX <https://www.bitmex.com/> including the ability to obtain historic trade data and place, edit and cancel orders. BitMEX's Testnet and live API are both supported.
Maintained by Harry Fisher. Last updated 2 years ago.
5.0 match 2 stars 4.60 score 8 scriptsropensci
gistr:Work with 'GitHub' 'Gists'
Work with 'GitHub' 'gists' from 'R' (e.g., <https://en.wikipedia.org/wiki/GitHub#Gist>, <https://docs.github.com/en/github/writing-on-github/creating-gists/>). A 'gist' is simply one or more files with code/text/images/etc. This package allows the user to create new 'gists', update 'gists' with new files, rename files, delete files, get and delete 'gists', star and 'un-star' 'gists', fork 'gists', open a 'gist' in your default browser, get embed code for a 'gist', list 'gist' 'commits', and get rate limit information when 'authenticated'. Some requests require authentication and some do not. 'Gists' website: <https://gist.github.com/>.
Maintained by Scott Chamberlain. Last updated 2 years ago.
httphttpsapiweb-servicesgithubgithub apigistgistscodescriptsnippetapi-wrappergithub-apigithub-gist
2.8 match 104 stars 8.30 score 42 scripts 2 dependentsropensci
rredlist:'IUCN' Red List Client
'IUCN' Red List (<https://api.iucnredlist.org/>) client. The 'IUCN' Red List is a global list of threatened and endangered species. Functions cover all of the Red List 'API' routes. An 'API' key is required.
Maintained by William Gearty. Last updated 1 months ago.
iucnbiodiversityapiweb-servicestraitshabitatspeciesconservationapi-wrapperiucn-red-listtaxize
2.0 match 53 stars 11.49 score 195 scripts 24 dependentsropensci
ssh:Secure Shell (SSH) Client for R
Connect to a remote server over SSH to transfer files via SCP, setup a secure tunnel, or run a command or script on the host while streaming stdout and stderr directly to the client.
Maintained by Jeroen Ooms. Last updated 6 months ago.
2.0 match 130 stars 11.24 score 128 scripts 10 dependentsmlverse
chattr:Interact with Large Language Models in 'RStudio'
Enables user interactivity with large-language models ('LLM') inside the 'RStudio' integrated development environment (IDE). The user can interact with the model using the 'shiny' app included in this package, or directly in the 'R' console. It comes with back-ends for 'OpenAI', 'GitHub' 'Copilot', and 'LlamaGPT'.
Maintained by Edgar Ruiz. Last updated 1 months ago.
2.0 match 215 stars 10.55 score 71 scripts 1 dependentslawremi
restfulr:R Interface to RESTful Web Services
Models a RESTful service as if it were a nested R list.
Maintained by Michael Lawrence. Last updated 3 years ago.
3.0 match 2 stars 6.90 score 8 scripts 482 dependentsandodet
googlePubsubR:R Interface for Google 'Cloud Pub/Sub' REST API
Provides an easy to use interface to the 'Google Pub/Sub' REST API <https://cloud.google.com/pubsub/docs/reference/rest>.
Maintained by Andrea Dodet. Last updated 2 years ago.
3.9 match 10 stars 5.34 score 22 scriptsdmpe
WufooR:R Wrapper for the 'Wufoo.com' - The Form Building Service
Allows form managers to download entries from their respondents using Wufoo JSON API (<https://www.wufoo.com>). Additionally, the Wufoo reports - when public - can be also acquired programmatically. Note that building new forms within this package is not supported.
Maintained by John Malc. Last updated 5 years ago.
5.0 match 4.13 score 27 scriptsropensci
circle:R Client Package for Circle CI
Tools for interacting with the 'Circle CI' API (<https://circleci.com/docs/api/v2/>). Besides executing common tasks such as querying build logs and restarting builds, this package also helps setting up permissions to deploy from builds.
Maintained by Patrick Schratz. Last updated 2 months ago.
api-clientcircle-cicontinuous-deploymentcontinuous-integration
3.5 match 12 stars 5.86 score 3 scriptsropensci
rdhs:API Client and Dataset Management for the Demographic and Health Survey (DHS) Data
Provides a client for (1) querying the DHS API for survey indicators and metadata (<https://api.dhsprogram.com/#/index.html>), (2) identifying surveys and datasets for analysis, (3) downloading survey datasets from the DHS website, (4) loading datasets and associate metadata into R, and (5) extracting variables and combining datasets for pooled analysis.
Maintained by OJ Watson. Last updated 16 days ago.
datasetdhsdhs-apiextractpeer-reviewedsurvey-data
2.0 match 35 stars 10.07 score 286 scripts 3 dependentsr-lib
pkgcache:Cache 'CRAN'-Like Metadata and R Packages
Metadata and package cache for CRAN-like repositories. This is a utility package to be used by package management tools that want to take advantage of caching.
Maintained by Gábor Csárdi. Last updated 17 days ago.
2.3 match 28 stars 8.90 score 31 scripts 7 dependentscran
RCurl:General Network (HTTP/FTP/...) Client Interface for R
A wrapper for 'libcurl' <https://curl.se/libcurl/> Provides functions to allow one to compose general HTTP requests and provides convenient functions to fetch URIs, get & post forms, etc. and process the results returned by the Web server. This provides a great deal of control over the HTTP/FTP/... connection and the form of the request while providing a higher-level interface than is available just using R socket connections. Additionally, the underlying implementation is robust and extensive, supporting FTP/FTPS/TFTP (uploads and downloads), SSL/HTTPS, telnet, dict, ldap, and also supports cookies, redirects, authentication, etc.
Maintained by CRAN Team. Last updated 8 months ago.
2.4 match 2 stars 8.13 score 1.0k dependentssboysel
fredr:An R Client for the 'FRED' API
An R client for the 'Federal Reserve Economic Data' ('FRED') API <https://research.stlouisfed.org/docs/api/>. Functions to retrieve economic time series and other data from 'FRED'.
Maintained by Sam Boysel. Last updated 4 years ago.
apiclientdataeconomicfederal-reservefredfred-apifred-seriesfredr
2.0 match 93 stars 8.95 score 700 scriptsallanvc
mRpostman:An IMAP Client for R
An easy-to-use IMAP client that provides tools for message searching, selective fetching of message attributes, mailbox management, attachment extraction, and several other IMAP features, paving the way for e-mail data analysis in R.
Maintained by Allan Quadros. Last updated 6 months ago.
3.0 match 31 stars 5.92 score 18 scriptsropensci
camsRad:Client for CAMS Radiation Service
Copernicus Atmosphere Monitoring Service (CAMS) Radiation Service provides time series of global, direct, and diffuse irradiations on horizontal surface, and direct irradiation on normal plane for the actual weather conditions as well as for clear-sky conditions. The geographical coverage is the field-of-view of the Meteosat satellite, roughly speaking Europe, Africa, Atlantic Ocean, Middle East. The time coverage of data is from 2004-02-01 up to 2 days ago. Data are available with a time step ranging from 15 min to 1 month. For license terms and to create an account, please see <http://www.soda-pro.com/web-services/radiation/cams-radiation-service>.
Maintained by Lukas Lundstrom. Last updated 5 years ago.
3.7 match 9 stars 4.65 score 10 scriptsmightymetrika
mmints:Workflows for Building Web Applications
Sharing statistical methods or simulation frameworks through 'shiny' applications often requires workflows for handling data. To help save and display simulation results, the postgresUI() and postgresServer() functions in 'mmints' help with persistent data storage using a 'PostgreSQL' database. The 'mmints' package also offers data upload functionality through the csvUploadUI() and csvUploadServer() functions which allow users to upload data, view variables and their types, and edit variable types before fitting statistical models within the 'shiny' application. These tools aim to enhance efficiency and user interaction in 'shiny' based statistical and simulation applications.
Maintained by Mackson Ncube. Last updated 25 days ago.
3.5 match 3 stars 4.86 score 5 scripts 4 dependentsclaudiozandonella
trackdown:Collaborative Editing of Rmd (or Quarto / Rnw) Documents in Google Drive
Collaborative writing and editing of R Markdown (or Quarto / Sweave) documents. The local .Rmd (or Quarto / .Rnw) is uploaded as a plain-text file to Google Drive. By taking advantage of the easily readable Markdown (or LaTeX) syntax and the well-known online interface offered by Google Docs, collaborators can easily contribute to the writing and editing process. After integrating all authors’ contributions, the final document can be downloaded and rendered locally.
Maintained by Claudio Zandonella Callegher. Last updated 2 years ago.
2.0 match 219 stars 8.48 score 69 scriptsgojiplus
tuber:Client for the YouTube API
Get comments posted on YouTube videos, information on how many times a video has been liked, search for videos with particular content, and much more. You can also scrape captions from a few videos. To learn more about the YouTube API, see <https://developers.google.com/youtube/v3/>.
Maintained by Gaurav Sood. Last updated 8 months ago.
access-youtubecaptionvideoyoutubeyoutube-apiyoutube-oauth
1.9 match 184 stars 8.99 score 206 scriptsmuschellij2
rscopus:Scopus Database 'API' Interface
Uses Elsevier 'Scopus' API <https://dev.elsevier.com/sc_apis.html> to download information about authors and their citations.
Maintained by John Muschelli. Last updated 1 years ago.
1.8 match 77 stars 9.33 score 124 scripts 3 dependentsropensci
opencage:Geocode with the OpenCage API
Geocode with the OpenCage API, either from place name to longitude and latitude (forward geocoding) or from longitude and latitude to the name and address of a location (reverse geocoding), see <https://opencagedata.com>.
Maintained by Daniel Possenriede. Last updated 2 months ago.
geocodegeocoderopencageopencage-apiopencage-geocoderpeer-reviewedplacenamesrspatial
2.0 match 87 stars 8.39 score 79 scriptspmassicotte
gtrendsR:Perform and Display Google Trends Queries
An interface for retrieving and displaying the information returned online by Google Trends is provided. Trends (number of hits) over the time as well as geographic representation of the results can be displayed.
Maintained by Philippe Massicotte. Last updated 7 months ago.
1.6 match 356 stars 10.35 score 716 scripts 1 dependentsusepa
ctxR:Utilities for Interacting with the 'CTX' APIs
Access chemical, hazard, bioactivity, and exposure data from the Computational Toxicology and Exposure ('CTX') APIs <https://www.epa.gov/comptox-tools/computational-toxicology-and-exposure-apis>. 'ctxR' was developed to streamline the process of accessing the information available through the 'CTX' APIs without requiring prior knowledge of how to use APIs. Most data is also available on the CompTox Chemical Dashboard ('CCD') <https://comptox.epa.gov/dashboard/> and other resources found at the EPA Computational Toxicology and Exposure Online Resources <https://www.epa.gov/comptox-tools>.
Maintained by Paul Kruse. Last updated 2 months ago.
2.0 match 10 stars 8.02 score 13 scripts 1 dependentsbrownag
rgeedim:Search, Composite, and Download 'Google Earth Engine' Imagery with the 'Python' Module 'geedim'
Search, composite, and download 'Google Earth Engine' imagery with 'reticulate' bindings for the 'Python' module 'geedim' by Dugal Harris. Read the 'geedim' documentation here: <https://geedim.readthedocs.io/>. Wrapper functions are provided to make it more convenient to use 'geedim' to download images larger than the 'Google Earth Engine' size limit <https://developers.google.com/earth-engine/apidocs/ee-image-getdownloadurl>. By default the "High Volume" API endpoint <https://developers.google.com/earth-engine/cloud/highvolume> is used to download data and this URL can be customized during initialization of the package.
Maintained by Andrew Brown. Last updated 23 days ago.
geedimgeotiffgisgoogle-earth-enginepythonrasterremote-sensingsatellite-imageryspatialterra
2.8 match 48 stars 5.81 score 27 scriptsropensci
rix:Reproducible Data Science Environments with 'Nix'
Simplifies the creation of reproducible data science environments using the 'Nix' package manager, as described in Dolstra (2006) <ISBN 90-393-4130-3>. The included `rix()` function generates a complete description of the environment as a `default.nix` file, which can then be built using 'Nix'. This results in project specific software environments with pinned versions of R, packages, linked system dependencies, and other tools. Additional helpers make it easy to run R code in 'Nix' software environments for testing and production.
Maintained by Bruno Rodrigues. Last updated 4 days ago.
nixpeer-reviewedreproducibilityreproducible-research
1.5 match 235 stars 10.54 score 67 scriptschristopherkenny
bskyr:Interact with 'Bluesky' Social
Collect data from and make posts on 'Bluesky' Social via the Hypertext Transfer Protocol (HTTP) Application Programming Interface (API), as documented at <https://atproto.com/specs/xrpc>. This further supports broader queries to the Authenticated Transfer (AT) Protocol <https://atproto.com/> which 'Bluesky' Social relies on. Data is returned in a tidy format and posts can be made using a simple interface.
Maintained by Christopher T. Kenny. Last updated 1 months ago.
2.8 match 20 stars 5.66 score 23 scriptssckott
request:High Level 'HTTP' Client
High level and easy 'HTTP' client for 'R' that makes assumptions that should work in most cases. Provides functions for building 'HTTP' queries, including query parameters, body requests, headers, authentication, and more.
Maintained by Scott Chamberlain. Last updated 5 years ago.
2.5 match 36 stars 6.16 score 812 scriptshakaiinstitute
hakaiApi:Authenticated HTTP Request Client for the 'Hakai' API
Initializes a class that obtains API credentials and provides a method to use those credentials to make GET requests to the 'Hakai' API server. Usage instructions are documented at <https://hakaiinstitute.github.io/hakai-api/>.
Maintained by Taylor Denouden. Last updated 5 months ago.
2.9 match 4 stars 5.25 score 11 scriptsropensci
tic:Tasks Integrating Continuously: CI-Agnostic Workflow Definitions
Provides a way to describe common build and deployment workflows for R-based projects: packages, websites (e.g. blogdown, pkgdown), or data processing (e.g. research compendia). The recipe is described independent of the continuous integration tool used for processing the workflow (e.g. 'GitHub Actions' or 'Circle CI'). This package has been peer-reviewed by rOpenSci (v0.3.0.9004).
Maintained by Eli Miller. Last updated 1 months ago.
appveyorcontinuous-integrationdeploymentgithubactionstravis-ci
2.0 match 155 stars 7.57 score 16 scriptsbioc
gemma.R:A wrapper for Gemma's Restful API to access curated gene expression data and differential expression analyses
Low- and high-level wrappers for Gemma's RESTful API. They enable access to curated expression and differential expression data from over 10,000 published studies. Gemma is a web site, database and a set of tools for the meta-analysis, re-use and sharing of genomics data, currently primarily targeted at the analysis of gene expression profiles.
Maintained by Ogan Mancarci. Last updated 4 months ago.
softwaredataimportmicroarraysinglecellthirdpartyclientdifferentialexpressiongeneexpressionbayesianannotationexperimentaldesignnormalizationbatcheffectpreprocessingbioinformaticsgemmagenomicstranscriptomics
2.0 match 10 stars 7.57 score 26 scriptskrystian8207
hypothesis:Wrapper for 'hypothes.is'
Add, share and manage annotations for 'Shiny' applications and R Markdown documents via 'hypothes.is'.
Maintained by Krystian Igras. Last updated 2 years ago.
5.5 match 2.70 score 7 scriptsropensci
osmapiR:'OpenStreetMap' API
Interface to 'OpenStreetMap API' for fetching and saving data from/to the 'OpenStreetMap' database (<https://wiki.openstreetmap.org/wiki/API_v0.6>).
Maintained by Joan Maspons. Last updated 4 months ago.
open street mapopenstreetmaposmopenstreetmap-apiosmapiapi
2.0 match 22 stars 7.42 score 6 scriptscapro-uio
nettskjemar:Connect to the 'nettskjema.no' API of the University of Oslo
Enables users to retrieve data, meta-data, and codebooks from <https://nettskjema.no/>. The data from the API is richer than from the online data portal. Mowinckel (2021) <doi:10.5281/zenodo.4745481>.
Maintained by Athanasia Mo Mowinckel. Last updated 3 years ago.
3.1 match 2 stars 4.75 score 14 scriptsdiegoefe
shinydbauth:Simple Authentification for 'shiny' Applications
Provides a simple authentification mechanism for single 'shiny' applications. Authentification and password change functionality are performed calling user provided functions that typically access some database backend. Source code of main applications is protected until authentication is successful.
Maintained by Diego Florio. Last updated 8 months ago.
4.6 match 3 stars 3.18 score 1 scriptsketsiaguichard
telraamStats:Retrieval and Visualization of Mobility Data from 'Telraam' Sensors
Streamline the processing of 'Telraam' data, sourced from open data mobility sensors. These tools range from data retrieval (without the need for API knowledge) to data visualization, including data preprocessing.
Maintained by Ketsia Guichard. Last updated 10 months ago.
3.5 match 1 stars 4.04 score 11 scriptsropensci
bowerbird:Keep a Collection of Sparkly Data Resources
Tools to get and maintain a data repository from third-party data providers.
Maintained by Ben Raymond. Last updated 4 days ago.
ropensciantarcticsouthern oceandataenvironmentalsatelliteclimatepeer-reviewed
2.0 match 50 stars 7.16 score 16 scripts 1 dependentsselesnow
ryandexdirect:Load Data From 'Yandex Direct'
Load data from 'Yandex Direct' API V5 <https://yandex.ru/dev/direct/doc/dg/concepts/about-docpage> into R. Provide function for load lists of campaings, ads, keywords and other objects from 'Yandex Direct' account. Also you can load statistic from API 'Reports Service' <https://yandex.ru/dev/direct/doc/reports/reports-docpage>. And allows keyword bids management.
Maintained by Alexey Seleznev. Last updated 1 months ago.
1.9 match 53 stars 7.54 score 44 scripts 1 dependentscarlganz
docuSignr:Connect to 'DocuSign' API
Connect to the 'DocuSign' Rest API <https://www.docusign.com/p/RESTAPIGuide/RESTAPIGuide.htm>, which supports embedded signing, and sending of documents.
Maintained by Carl Ganz. Last updated 6 years ago.
4.1 match 5 stars 3.40 score 10 scriptsicarda-git
QBMS:Query the Breeding Management System(s)
This R package assists breeders in linking data systems with their analytic pipelines, a crucial step in digitizing breeding processes. It supports querying and retrieving phenotypic and genotypic data from systems like 'EBS' <https://ebs.excellenceinbreeding.org/>, 'BMS' <https://bmspro.io>, 'BreedBase' <https://breedbase.org>, and 'GIGWA' <https://github.com/SouthGreenPlatform/Gigwa2> (using 'BrAPI' <https://brapi.org> calls). Extra helper functions support environmental data sources, including 'TerraClimate' <https://www.climatologylab.org/terraclimate.html> and 'FAO' 'HWSDv2' <https://gaez.fao.org/pages/hwsd> soil database.
Maintained by Khaled Al-Shamaa. Last updated 6 months ago.
1.8 match 8 stars 7.85 score 33 scripts 1 dependentsamattioc
RJSDMX:R Interface to SDMX Web Services
Provides functions to retrieve data and metadata from providers that disseminate data by means of SDMX web services. SDMX (Statistical Data and Metadata eXchange) is a standard that has been developed with the aim of simplifying the exchange of statistical information. More about the SDMX standard and the SDMX Web Services can be found at: <https://sdmx.org>.
Maintained by Attilio Mattiocco. Last updated 4 months ago.
1.9 match 86 stars 7.22 score 27 scriptscoolbutuseless
rmonocypher:Easy Encryption of R Objects using Strong Modern Cryptography
Encrypt R objects to a raw vector or file using modern cryptographic techniques. Password-based key derivation is with 'Argon2' (<https://en.wikipedia.org/wiki/Argon2>). Objects are serialized and then encrypted using 'XChaCha20-Poly1305' (<https://en.wikipedia.org/wiki/ChaCha20-Poly1305>) which follows RFC 8439 for authenticated encryption (<https://en.wikipedia.org/wiki/Authenticated_encryption>). Cryptographic functions are provided by the included 'monocypher' 'C' library (<https://monocypher.org>).
Maintained by Mike Cheng. Last updated 1 months ago.
2.1 match 17 stars 6.25 score 4 scriptscorrelaid
newsanchor:Client for the News API
Interface to gather news from the 'News API', based on a multilevel query <https://newsapi.org/>. A personal API key is required.
Maintained by Yannik Buhl. Last updated 5 years ago.
2.0 match 36 stars 6.70 score 40 scriptsshevandrin
rqti:Create Tests According to QTI 2.1 Standard
Create tests and tasks compliant with the Question & Test Interoperability (QTI) information model version 2.1. Input sources are Rmd/md description files or S4-class objects. Output formats include standalone zip or xml files. Supports the generation of basic task types (single and multiple choice, order, pair association, matching tables, filling gaps and essay) and provides a comprehensive set of attributes for customizing tests.
Maintained by Andrey Shevandrin. Last updated 3 days ago.
2.3 match 5 stars 5.89 score 26 scriptsropensci
comtradr:Interface with the United Nations Comtrade API
Interface with and extract data from the United Nations 'Comtrade' API <https://comtradeplus.un.org/>. 'Comtrade' provides country level shipping data for a variety of commodities, these functions allow for easy API query and data returned as a tidy data frame.
Maintained by Paul Bochtler. Last updated 4 months ago.
apicomtradepeer-reviewedsupply-chain
1.5 match 66 stars 8.67 score 70 scriptsfawda123
rStrava:Access the 'Strava' API
Functions to access data from the 'Strava v3 API' <https://developers.strava.com/>.
Maintained by Marcus W. Beck. Last updated 5 months ago.
1.8 match 155 stars 7.15 score 57 scriptsmohmedsoudy
ORTSC:Connects to Google Cloud API for Label Detection
Connects to Google cloud vision <https://cloud.google.com/vision> to perform label detection and repurpose this feature for image classification.
Maintained by Mohamed Soudy. Last updated 4 years ago.
4.8 match 1 stars 2.70 scoreusepa
ccdR:Utilities for Interacting with the 'CTX' APIs
Access chemical, hazard, bioactivity, and exposure data from the Computational Toxicology and Exposure ('CTX') APIs <https://api-ccte.epa.gov/docs/>. 'ccdR' was developed to streamline the process of accessing the information available through the 'CTX' APIs without requiring prior knowledge of how to use APIs. Most data is also available on the CompTox Chemical Dashboard ('CCD') <https://comptox.epa.gov/dashboard/> and other resources found at the EPA Computational Toxicology and Exposure Online Resources <https://www.epa.gov/comptox-tools>.
Maintained by Paul Kruse. Last updated 8 months ago.
2.0 match 2 stars 6.38 score 7 scriptscran
rockx:Easily Import Data from Your 'ODK-X Sync Endpoint'
Provides helper functions for authenticating and retrieving data from your 'ODK-X Sync Endpoint'. This is an early release intended for testing and feedback.
Maintained by Emil Rossing. Last updated 24 days ago.
4.2 match 3.00 scoreselesnow
rym:R Interface to Yandex Metrica API
Allows work with 'Management API' for load counters, segments, filters, user permissions and goals list from Yandex Metrica, 'Reporting API' allows you to get information about the statistics of site visits and other data without using the web interface, 'Logs API' allows to receive non-aggregated data and 'Compatible with Google Analytics Core Reporting API v3' allows receive information about site traffic and other data using field names from Google Analytics Core API. For more information see official documents <https://yandex.ru/dev/metrika/doc/api2/concept/about-docpage>.
Maintained by Alexey Seleznev. Last updated 2 years ago.
1.9 match 12 stars 6.65 score 31 scripts 1 dependentsaviralvijay-gslab
nonet:Weighted Average Ensemble without Training Labels
It provides ensemble capabilities to supervised and unsupervised learning models predictions without using training labels. It decides the relative weights of the different models predictions by using best models predictions as response variable and rest of the mo. User can decide the best model, therefore, It provides freedom to user to ensemble models based on their design solutions.
Maintained by Aviral Vijay. Last updated 6 years ago.
3.6 match 1 stars 3.41 score 17 scriptsdleutnant
influxdbr:R Interface to InfluxDB
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.
Maintained by Dominik Leutnant. Last updated 5 years ago.
databaseinfluxdbtidyversetimeseries
2.0 match 94 stars 5.90 score 28 scriptspablobarbera
ROAuth:R Interface For OAuth
Provides an interface to the OAuth 1.0 specification allowing users to authenticate via OAuth to the server of their choice.
Maintained by Pablo Barbera. Last updated 10 years ago.
2.3 match 2 stars 5.12 score 728 scripts 1 dependentspredictiveecology
SpaDES.project:Project Templates Using 'SpaDES'
Quickly setup a 'SpaDES' project directories and add modules using templates.
Maintained by Eliot J B McIntire. Last updated 22 hours ago.
1.8 match 3 stars 6.66 score 21 scriptscloudyr
imguR:'Imgur.com' API Client Package
A complete API client for the image hosting service 'Imgur.com', including the an 'imgur' graphics device, enabling the easy upload and sharing of plots.
Maintained by Thomas J. Leeper. Last updated 7 years ago.
2.0 match 16 stars 5.82 score 46 scripts 6 dependentsdheerajagarwal
rgdax:Wrapper for 'Coinbase Pro (erstwhile GDAX)' Cryptocurrency Exchange
Allow access to both public and private end points to Coinbase Pro (erstwhile GDAX) cryptocurrency exchange. For authenticated flow, users must have valid api, secret and passphrase to be able to connect.
Maintained by Dheeraj Agarwal. Last updated 1 years ago.
coinbase-procoinbase-pro-apicoinbaseprocoinbasepro-apicryptocurrencygdaxgdax-rlibrarymit-licenserstudiounofficial-wrapperswrapper
2.2 match 34 stars 5.23 score 33 scriptspamelarussell
TCIApathfinder:Client for the Cancer Imaging Archive REST API
A wrapper for The Cancer Imaging Archive's REST API. The Cancer Imaging Archive (TCIA) hosts de-identified medical images of cancer available for public download, as well as rich metadata for each image series. TCIA provides a REST API for programmatic access to the data. This package provides simple functions to access each API endpoint. For more information, see <https://github.com/pamelarussell/TCIApathfinder> and TCIA's website.
Maintained by Pamela Russell. Last updated 4 years ago.
2.0 match 9 stars 5.70 score 28 scriptsirods
rirods:R Client for 'iRODS'
The open sourced data management software 'Integrated Rule-Oriented Data System' ('iRODS') offers solutions for the whole data life cycle (<https://irods.org/>). The loosely constructed and highly configurable architecture of 'iRODS' frees the user from strict formatting constraints and single-vendor solutions. This package provides an interface to the 'iRODS' HTTP API, allowing you to manage your data and metadata in 'iRODS' with R. Storage of annotated files and R objects in 'iRODS' ensures findability, accessibility, interoperability, and reusability of data.
Maintained by Martin Schobben. Last updated 1 years ago.
1.9 match 7 stars 6.04 score 31 scriptsats
pelotonR:PelotonR Pulls Data From The Peloton Apis
pelotonR pulls data from the Peloton APIs.
Maintained by Laura Ellis. Last updated 4 months ago.
5.0 match 2.26 score 18 scriptsaquincum
Rexperigen:R Interface to Experigen
Provides convenience functions to communicate with an Experigen server: Experigen (<http://github.com/aquincum/experigen>) is an online framework for creating linguistic experiments, and it stores the results on a dedicated server. This package can be used to retrieve the results from the server, and it is especially helpful with registered experiments, as authentication with the server has to happen.
Maintained by Daniel Szeredi. Last updated 9 years ago.
3.8 match 1 stars 2.95 score 18 scriptsthemains
virustotal:R Client for the VirusTotal API
Use VirusTotal, a Google service that analyzes files and URLs for viruses, worms, trojans etc., provides category of the content hosted by a domain from a variety of prominent services, provides passive DNS information, among other things. See <http://www.virustotal.com> for more information.
Maintained by Gaurav Sood. Last updated 2 years ago.
cybersecurityscan-filestrojansvirustotal
2.0 match 11 stars 5.47 score 18 scripts 1 dependentsselesnow
rgoogleads:Loading Data from 'Google Ads API'
Interface for loading data from 'Google Ads API', see <https://developers.google.com/google-ads/api/docs/start>. Package provide function for authorization and loading reports.
Maintained by Alexey Seleznev. Last updated 2 months ago.
1.7 match 14 stars 6.40 score 15 scripts 1 dependentsljvillanueva
pumilioR:Pumilio in R
R package to query and get data out of a Pumilio sound archive system (http://ljvillanueva.github.io/pumilio/).
Maintained by Luis J. Villanueva-Rivera. Last updated 11 years ago.
2.7 match 2 stars 4.00 score 7 scriptsaschleg
PetfindeR:'Petfinder' API Wrapper
Wrapper of the 'Petfinder API' <https://www.petfinder.com/developers/v2/docs/> that implements methods for interacting with and extracting data from the 'Petfinder' database. The 'Petfinder REST API' allows access to the 'Petfinder' database, one of the largest online databases of adoptable animals and animal welfare organizations across North America.
Maintained by Aaron Schlegel. Last updated 5 years ago.
animal-shelteranimal-welfare-organizationsanimalsapi-wrapperpetfinderpetfinder-apipetfinder-database
2.4 match 6 stars 4.48 score 6 scriptsselesnow
rmytarget:Load Data from 'MyTarget API v2 and v3'
Allows work with 'MyTarget Statistics API v2' <https://target.my.com/adv/api-marketing/doc/stat-v2> and 'MyTarget Statistics API v3' <https://target.my.com/adv/api-marketing/doc/stat-v2#statisticsv3> load data by ads, campaigns, agency clients and statistic from your ads account.
Maintained by Alexey Seleznev. Last updated 3 years ago.
2.0 match 5 stars 5.32 score 14 scripts 1 dependentsgojiplus
captr:Client for the Captricity API
Get text from images of text using Captricity Optical Character Recognition (OCR) API. Captricity allows you to get text from handwritten forms --- think surveys --- and other structured paper documents. And it can output data in form a delimited file keeping field information intact. For more information, read <https://shreddr.captricity.com/developer/overview/>.
Maintained by Gaurav Sood. Last updated 7 years ago.
2.0 match 14 stars 5.29 score 28 scriptsnjbultman
charlesschwabapi:Wrapper Functions Around 'Charles Schwab Individual Trader API'
For those wishing to interact with the 'Charles Schwab Individual Trader API' (<https://developer.schwab.com/products/trader-api--individual>) with R in a simplified manner, this package offers wrapper functions around authentication and the available API calls to streamline the process.
Maintained by Nick Bultman. Last updated 27 days ago.
2.5 match 3 stars 4.18 score 3 scriptsphippsy
brandwatchR:'Brandwatch' API to R
Interact with the 'Brandwatch' API <https://developers.brandwatch.com/docs>. Allows you to authenticate to the API and obtain data for projects, queries, query groups tags and categories. Also allows you to directly obtain mentions and aggregate data for a specified query or query group.
Maintained by Donal Phipps. Last updated 7 years ago.
2.5 match 11 stars 4.16 score 26 scriptsropensci
rmangal:'Mangal' Client
An interface to the 'Mangal' database - a collection of ecological networks. This package includes functions to work with the 'Mangal RESTful API' methods (<https://mangal-interactions.github.io/mangal-api/>).
Maintained by Kevin Cazelles. Last updated 1 years ago.
ecologynetworksfood websinteractionsdata publicationsopen access
2.0 match 14 stars 5.07 score 28 scriptsropensci
rnassqs:Access Data from the NASS 'Quick Stats' API
Interface to access data via the United States Department of Agriculture's National Agricultural Statistical Service (NASS) 'Quick Stats' web API <https://quickstats.nass.usda.gov/api/>. Convenience functions facilitate building queries based on available parameters and valid parameter values. This product uses the NASS API but is not endorsed or certified by NASS.
Maintained by Nicholas Potter. Last updated 7 months ago.
1.3 match 47 stars 7.49 score 63 scripts 1 dependentsskranz
shinyEvents:Shiny wrapper with event handlers instead of reactivity
Shiny is a great package. Yet, for more complex projects, with much dynamic UI, I find it hard to write clean code with its reactivity paradigm. This package wraps shiny into a more traditional programming approach: - event handlers for input changes and button clicks - explicit update functions to change outputs - no explicit server function
Maintained by Sebastian Kranz. Last updated 2 years ago.
2.0 match 36 stars 4.99 score 26 scripts 7 dependentsazure
AzureCognitive:Interface to Azure Cognitive Services
An interface to Azure Cognitive Services <https://docs.microsoft.com/en-us/azure/cognitive-services/>. Both an 'Azure Resource Manager' interface, for deploying Cognitive Services resources, and a client framework are supplied. While 'AzureCognitive' can be called by the end-user, it is meant to provide a foundation for other packages that will support specific services, like Computer Vision, Custom Vision, language translation, and so on. Part of the 'AzureR' family of packages.
Maintained by Hong Ooi. Last updated 4 years ago.
azure-cognitive-servicesazure-sdk-r
1.8 match 11 stars 5.52 score 4 scripts 1 dependentscynkra
rchroma:A Client for 'ChromaDB'
Client for 'ChromaDB', a vector database for storing and querying embeddings. This package provides a convenient interface to interact with the REST API of 'ChromaDB' <https://docs.trychroma.com>.
Maintained by David Schoch. Last updated 1 months ago.
2.0 match 9 stars 4.95 score 4 scriptsmrc-ide
hipercow:High Performance Computing
Set up cluster environments and jobs. Moo.
Maintained by Rich FitzJohn. Last updated 11 days ago.
1.5 match 1 stars 6.53 score 45 scripts 1 dependentsjonthegeek
zoomer:Zoom API in R
A consistent interface to the Zoom API, to allow management of Zoom conferencing from R.
Maintained by Jon Harmon. Last updated 1 months ago.
3.8 match 4 stars 2.60 scorejonthegeek
nectar:A Framework for Web API Packages
An opinionated framework for use within api-wrapping R packages.
Maintained by Jon Harmon. Last updated 1 months ago.
2.0 match 15 stars 4.86 score 1 scripts 4 dependentscrunch-io
crunchy:Shiny Apps on Crunch
To facilitate building custom dashboards on the Crunch data platform <https://crunch.io/>, the 'crunchy' package provides tools for working with 'shiny'. These tools include utilities to manage authentication and authorization automatically and custom stylesheets to help match the look and feel of the Crunch web application. The package also includes several gadgets for use in 'RStudio'.
Maintained by Greg Freedman Ellis. Last updated 4 years ago.
1.8 match 5 stars 5.21 score 13 scriptsbanboo-data
RCriteo:Loading Criteo Data into R
Aims at loading Criteo online advertising campaign data into R. Criteo <http://www.criteo.com/> is an online advertising service that enables advertisers to display commercial ads to web users. The package provides an authentication process for R with the Criteo API <http://kb.criteo.com/ advertising/content/5/27/en/api.html>. Moreover, the package features an interface to query campaign data from the Criteo API. The data can be downloaded and will be transformed into a R data frame.
Maintained by Johannes Burkhardt. Last updated 7 years ago.
2.8 match 6 stars 3.48 score 4 scriptsdamurka
khisr:An R Client to Retrieve Data from DHIS2
Provides a user-friendly interface for interacting with the District Health Information Software 2 (DHIS2) instance. It streamlines data retrieval, empowering researchers, analysts, and healthcare professionals to obtain and utilize data efficiently.
Maintained by David Kariuki. Last updated 5 months ago.
2.0 match 1 stars 4.78 score 7 scripts 1 dependentsevigneau
ClustVarLV:Clustering of Variables Around Latent Variables
Functions for the clustering of variables around Latent Variables, for 2-way or 3-way data. Each cluster of variables, which may be defined as a local or directional cluster, is associated with a latent variable. External variables measured on the same observations or/and additional information on the variables can be taken into account. A "noise" cluster or sparse latent variables can also be defined.
Maintained by Evelyne Vigneau. Last updated 3 years ago.
3.6 match 2.62 score 21 scriptsjeroen
gpg:GNU Privacy Guard for R
Bindings to GnuPG for working with OpenGPG (RFC4880) cryptographic methods. Includes utilities for public key encryption, creating and verifying digital signatures, and managing your local keyring. Some functionality depends on the version of GnuPG that is installed on the system. On Windows this package can be used together with 'GPG4Win' which provides a GUI for managing keys and entering passphrases.
Maintained by Jeroen Ooms. Last updated 6 months ago.
1.5 match 19 stars 6.25 score 21 scriptsbenrwoodard
adobeanalyticsr:R Client for 'Adobe Analytics' API 2.0
Connect to the 'Adobe Analytics' API v2.0 <https://github.com/AdobeDocs/analytics-2.0-apis> which powers 'Analysis Workspace'. The package was developed with the analyst in mind, and it will continue to be developed with the guiding principles of iterative, repeatable, timely analysis.
Maintained by Ben Woodard. Last updated 2 months ago.
1.3 match 18 stars 7.02 score 39 scriptsgojiplus
tubern:R Client for the YouTube Analytics and Reporting API
Get statistics and reports from YouTube. To learn more about the YouTube Analytics and Reporting API, see <https://developers.google.com/youtube/reporting/>.
Maintained by Gaurav Sood. Last updated 7 years ago.
youtubeyoutube-analyticsyoutube-api
1.9 match 12 stars 4.92 score 14 scriptsjestonblu
RobinHood:Interface for the RobinHood.com No Commission Investing Platform
Execute API calls to the RobinHood <https://robinhood.com> investing platform. Functionality includes accessing account data and current holdings, retrieving investment statistics and quotes, placing and canceling orders, getting market trading hours, searching investments by popular tag, and interacting with watch lists.
Maintained by Joseph Blubaugh. Last updated 2 years ago.
algotradingapirobinhoodrobinhood-apitrade
2.0 match 45 stars 4.58 score 17 scriptsazure
AzureKusto:Interface to 'Kusto'/'Azure Data Explorer'
An interface to 'Azure Data Explorer', also known as 'Kusto', a fast, distributed data exploration service from Microsoft: <https://azure.microsoft.com/en-us/products/data-explorer/>. Includes 'DBI' and 'dplyr' interfaces, with the latter modelled after the 'dbplyr' package, whereby queries are translated from R into the native 'KQL' query language and executed lazily. On the admin side, the package extends the object framework provided by 'AzureRMR' to support creation and deletion of databases, and management of database principals. Part of the 'AzureR' family of packages.
Maintained by Alex Kyllo. Last updated 1 years ago.
azureazure-data-explorerazure-sdk-rbig-data-analyticskusto
1.8 match 18 stars 5.19 score 9 scriptscumulocity-iot
cumulocityr:Client for the 'Cumulocity' API
Access the 'Cumulocity' API and retrieve data on devices, measurements, and events. Documentation for the API can be found at <https://www.cumulocity.com/guides/reference/rest-implementation/>.
Maintained by Dmitriy Bolotov. Last updated 2 years ago.
clientcumulocitycumulocity-clientcumulocity-iotiot-analytics
2.0 match 3 stars 4.48 score 7 scriptswalkerkq
ravelRy:An Interface to the 'Ravelry' API
Provides access to the 'Ravelry' API <https://www.ravelry.com/groups/ravelry-api>. An R wrapper for pulling data from 'Ravelry.com', an organizational tool for crocheters, knitters, spinners, and weavers. You can retrieve pattern, yarn, author, and shop information by search or by a given id.
Maintained by Kaylin Pavlik. Last updated 5 years ago.
1.8 match 57 stars 4.82 score 23 scriptseodhistoricaldata
eodhdR2:Official R API for Fetching Data from 'EODHD'
Second and backward-incompatible version of R package 'eodhd' <https://eodhd.com/>, extended with a cache and quota system, also offering functions for cleaning and aggregating the financial data.
Maintained by Marcelo S. Perlin. Last updated 6 months ago.
2.0 match 4 stars 4.30 score 1 scriptsgongcastro
bvq:Barcelona Vocabulary Questionnaire Database and Helper Functions
Download, clean, and process the Barcelona Vocabulary Questionnaire (BVQ) data. BVQ is a vocabulary inventory developed for assesing the vocabulary of Catalan-Spanish bilinguals infants from the Metropolitan Area of Barcelona (Spain). This package includes functions to download the data from formr servers, and return the processed data in multiple formats.
Maintained by Gonzalo Garcia-Castro. Last updated 2 months ago.
bilingualismlanguagepsycholinguisticsvocabulary
2.0 match 1 stars 4.26 score 8 scriptsjiefei-wang
aws.ecx:Communicating with AWS EC2 and ECS using AWS REST APIs
Providing the functions for communicating with Amazon Web Services(AWS) Elastic Compute Cloud(EC2) and Elastic Container Service(ECS). The functions will have the prefix 'ecs_' or 'ec2_' depending on the class of the API. The request will be sent via the REST API and the parameters are given by the function argument. The credentials can be set via 'aws_set_credentials'. The EC2 documentation can be found at <https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Welcome.html> and ECS can be found at <https://docs.aws.amazon.com/AmazonECS/latest/APIReference/Welcome.html>.
Maintained by Jiefei Wang. Last updated 3 years ago.
2.0 match 1 stars 4.18 score 2 scriptsnorival
theiaR:Download and Manage Data from Theia
Provides a simple interface to search available data provided by Theia (<https://theia.cnes.fr>), download it, and manage it. Data can be downloaded based on a search result or from a cart file downloaded from Theia website.
Maintained by Xavier Laviron. Last updated 2 years ago.
1.9 match 3 stars 4.18 score 7 scriptsbioc
cleanUpdTSeq:cleanUpdTSeq cleans up artifacts from polyadenylation sites from oligo(dT)-mediated 3' end RNA sequending data
This package implements a Naive Bayes classifier for accurately differentiating true polyadenylation sites (pA sites) from oligo(dT)-mediated 3' end sequencing such as PAS-Seq, PolyA-Seq and RNA-Seq by filtering out false polyadenylation sites, mainly due to oligo(dT)-mediated internal priming during reverse transcription. The classifer is highly accurate and outperforms other heuristic methods.
Maintained by Jianhong Ou. Last updated 2 months ago.
sequencing3 end sequencingpolyadenylation siteinternal priming
1.8 match 4.26 score 8 scripts 1 dependentscran
dkanr:Client for the 'DKAN' API
Provides functions to facilitate access to the 'DKAN' API (<https://dkan.readthedocs.io/en/latest/apis/index.html>), including the 'DKAN' REST API (metadata), and the 'DKAN' datastore API (data). Includes functions to list, create, retrieve, update, and delete datasets and resources nodes. It also includes functions to search and retrieve data from the 'DKAN' datastore.
Maintained by Tony Fujs. Last updated 6 years ago.
2.8 match 2.70 scorermhogervorst
nsapi:Connect to the NS (Dutch Railways) API
Access the NS api and download current departure times, disruptions and engineering work, the station list, and travel recommendations from station to station. All results will be returned as a 'data.frame'. NS (Nederlandse Spoorwegen; Dutch Railways) is the largest train travel provider in the Netherlands. for more information about the API itself see <https://www.ns.nl/en/travel-information/ns-api>. To use the API, and this package, you will need to obtain a username and password. More information about authentication and the use of the functions are described in the vignette.
Maintained by Roel M. Hogervorst. Last updated 2 years ago.
api-clientnederlandse-spoorwegen-api
2.5 match 2 stars 3.00 score 9 scriptscorrelaid
pocketapi:Wrapper Around the 'Pocket' API
Functions that interface with the 'Pocket' API (<https://getpocket.com/developer/>). Allows the user to get, add, and modify items in their own 'Pocket' account.
Maintained by Frie Preu. Last updated 4 years ago.
1.3 match 17 stars 5.63 score 5 scriptsdatawookie
clockify:A Wrapper for the 'Clockify' API
A wrapper for the Clockify API <https://docs.clockify.me/>, making it possible to query, insert and update time keeping data.
Maintained by Andrew B. Collier. Last updated 10 months ago.
1.9 match 2 stars 3.95 score 6 scriptsselesnow
rlinkedinads:Load Data from 'Linkedin Advertising API'
Get data from 'Linkedin Advertising API' <https://learn.microsoft.com/en-us/linkedin/marketing/overview>. You can load ad account hierarchy (accounts, users, campaign groups, campaigns and creatives) and also you can load ad analytics data from your 'Linkedin' Ad account.
Maintained by Alexey Seleznev. Last updated 1 years ago.
2.7 match 2.70 score 2 scriptsscholaempirica
reschola:The Schola Empirica Package
A collection of utilies, themes and templates for data analysis at Schola Empirica.
Maintained by Jan Netík. Last updated 5 months ago.
1.5 match 4 stars 4.83 score 14 scriptsr-lib
gitcreds:Query 'git' Credentials from 'R'
Query, set, delete credentials from the 'git' credential store. Manage 'GitHub' tokens and other 'git' credentials. This package is to be used by other packages that need to authenticate to 'GitHub' and/or other 'git' repositories.
Maintained by Gábor Csárdi. Last updated 7 months ago.
credentialscredentials-helpergitgithub
0.5 match 28 stars 13.28 score 372 scripts 405 dependentsoxfordihtm
codigo:Interface to the International Classification of Diseases (ICD) API
The International Classification of Diseases (ICD) serves a broad range of uses globally and provides critical knowledge on the extent, causes and consequences of human disease and death worldwide via data that is reported and coded with the ICD. ICD API allows programmatic access to the ICD. It is an HTTP based REST API. This package provides functions that interface with the ICD API.
Maintained by Ernest Guevarra. Last updated 5 months ago.
1.9 match 4 stars 3.68 score 6 scripts 1 dependentsagency-fund
rsurveycto:Interact with Data on 'SurveyCTO'
'SurveyCTO' is a platform for mobile data collection in offline settings. The 'rsurveycto' R package uses the 'SurveyCTO' REST API <https://docs.surveycto.com/05-exporting-and-publishing-data/05-api-access/01.api-access.html> to read datasets and forms from a 'SurveyCTO' server into R as 'data.table's and to download file attachments. The package also has limited support to write datasets to a server.
Maintained by Jake Hughey. Last updated 7 months ago.
2.0 match 1 stars 3.45 score 14 scriptsdtacled
acledR:Manipulate ACLED Data
Tools working with data from ACLED (Armed Conflict Location and Event Data). Functions include simplified access to ACLED's API (<https://apidocs.acleddata.com/>), methods for keeping local versions of ACLED data up-to-date, and functions for common ACLED data transformations.
Maintained by Trey Billing. Last updated 18 days ago.
1.3 match 1 stars 5.13 score 6 scriptsnseg4
durhamSLR:The durhamSLR package
Data for Statistical Learning modules at Durham University.
Maintained by Sarah.Heaps. Last updated 2 years ago.
4.0 match 1.70 scoreashbaldry
vstsr:Access to 'Azure DevOps' API via R
Implementation of 'Azure DevOps' <https://azure.microsoft.com/> API calls. It enables the extraction of information about repositories, build and release definitions and individual releases. It also helps create repositories and work items within a project without logging into 'Azure DevOps'. There is the ability to use any API service with a shell for any non-predefined call.
Maintained by Ashley Baldry. Last updated 2 years ago.
1.9 match 5 stars 3.54 score 14 scriptscran
vectorsurvR:Data Access and Analytical Tools for 'VectorSurv' Users
Allows registered 'VectorSurv' <https://vectorsurv.org/> users access to data through the 'VectorSurv API' <https://api.vectorsurv.org/>. Additionally provides functions for analysis and visualization.
Maintained by Christina De Cesaris. Last updated 2 months ago.
2.0 match 3.30 scorer-lib
askpass:Password Entry Utilities for R, Git, and SSH
Cross-platform utilities for prompting the user for credentials or a passphrase, for example to authenticate with a server or read a protected key. Includes native programs for MacOS and Windows, hence no 'tcltk' is required. Password entry can be invoked in two different ways: directly from R via the askpass() function, or indirectly as password-entry back-end for 'ssh-agent' or 'git-credential' via the SSH_ASKPASS and GIT_ASKPASS environment variables. Thereby the user can be prompted for credentials or a passphrase if needed when R calls out to git or ssh.
Maintained by Jeroen Ooms. Last updated 5 months ago.
0.5 match 84 stars 12.90 score 71 scripts 5.1k dependentsgiocomai
zoteror:Access the Zotero API in R
zoteror provides tools to access the Zotero API
Maintained by Giorgio Comai. Last updated 5 years ago.
2.0 match 37 stars 3.27 score 5 scriptsrepboxr
GithubActions:Functions to facilitate use of Github Actions via R
Work in progress. Not yet working well.
Maintained by Sebastian Kranz. Last updated 9 months ago.
2.0 match 2 stars 3.26 score 2 dependentsr-lib
credentials:Tools for Managing SSH and Git Credentials
Setup and retrieve HTTPS and SSH credentials for use with 'git' and other services. For HTTPS remotes the package interfaces the 'git-credential' utility which 'git' uses to store HTTP usernames and passwords. For SSH remotes we provide convenient functions to find or generate appropriate SSH keys. The package both helps the user to setup a local git installation, and also provides a back-end for git/ssh client libraries to authenticate with existing user credentials.
Maintained by Jeroen Ooms. Last updated 5 months ago.
0.5 match 72 stars 12.40 score 91 scripts 380 dependentsjmablog
tinieR:Shrink Image Filesizes with TinyPNG.com API
Shrink image filesizes with the TinyPNG API <https://tinypng.com>. From the TinyPNG website: "TinyPNG uses smart lossy compression techniques to reduce the file size of your files. By selectively decreasing the number of colors in the image, fewer bytes are required to store the data. The effect is nearly invisible but it makes a very large difference in file size!" TinieR works with .png and .jpg/.jpeg files, and can return the new image filepath to enable embedding in other image workflows/functions.
Maintained by James Adams. Last updated 3 years ago.
1.5 match 11 stars 4.22 score 4 scriptsjonlinca
galvanizer:Interface to Galvanize 'Highbond' Internal Audit Software
An R interface to the Galvanize 'Highbond' API <https://docs-apis.highbond.com>.
Maintained by Jonathan Lin. Last updated 4 years ago.
2.0 match 2 stars 3.00 score 2 scriptscvermehren
powerbiR:An Interface to the 'Power BI REST APIs'
Makes it easy to push data to 'Power BI' using R and the 'Power BI REST APIs' (see <https://docs.microsoft.com/en-us/rest/api/power-bi/>). A set of functions for turning data frames into 'Power BI' datasets and refreshing these datasets are provided. Administrative tasks such as monitoring refresh statuses and pulling metadata about workspaces and users are also supported.
Maintained by Christian Vermehren. Last updated 3 years ago.
2.0 match 2 stars 3.00 score 4 scriptsjeroen
mongolite:Fast and Simple 'MongoDB' Client for R
High-performance MongoDB client based on 'mongo-c-driver' and 'jsonlite'. Includes support for aggregation, indexing, map-reduce, streaming, encryption, enterprise authentication, and GridFS. The online user manual provides an overview of the available methods in the package: <https://jeroen.github.io/mongolite/>.
Maintained by Jeroen Ooms. Last updated 12 days ago.
0.5 match 285 stars 11.14 score 860 scripts 10 dependentss-u
Rserve:Versatile R Server
Rserve is a versatile, scalable server enabling the efficient use of R from other applications through variety of protocols including QAP, WebSockets, HTTP and HTTPS. It acts as a server (TCP/IP or local sockets) which allows binary requests to be sent to R. Every connection has a separate workspace and working directory. Client-side implementations are available for many popular languages allowing applications to use facilities of R without the need of linking to the R binary. Rserve supports remote connections, user authentication and file transfer. A simple R client is included in this package as well. It also supports OCAP mode for secure remote procedure calls, including support for full event loop, asynchronous results/graphics and console I/O.
Maintained by Simon Urbanek. Last updated 3 months ago.
0.5 match 284 stars 11.08 score 420 scripts 2 dependents