Showing 107 of total 107 results (show query)
r-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.
989 stars 20.56 score 29k scripts 4.3k dependentsrstudio
plumber:An API Generator for R
Gives the ability to automatically generate and serve an HTTP API from R functions using the annotations in the R documentation around your functions.
Maintained by Barret Schloerke. Last updated 18 days ago.
1.4k stars 14.47 score 2.2k scripts 16 dependentsropensci
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
107 stars 14.07 score 240 scripts 168 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 25 days ago.
taxonomybiologynomenclaturejsonapiwebapi-clientidentifiersspeciesnamesapi-wrapperbiodiversitydarwincoredatataxize
274 stars 13.63 score 1.6k scripts 23 dependentsropensci
rgbif:Interface to the Global Biodiversity Information Facility API
A programmatic interface to the Web Service methods provided by the Global Biodiversity Information Facility (GBIF; <https://www.gbif.org/developer/summary>). GBIF is a database of species occurrence records from sources all over the globe. rgbif includes functions for searching for taxonomic names, retrieving information on data providers, getting species occurrence records, getting counts of occurrence records, and using the GBIF tile map service to make rasters summarizing huge amounts of data.
Maintained by John Waller. Last updated 16 days ago.
gbifspecimensapiweb-servicesoccurrencesspeciestaxonomybiodiversitydatalifewatchoscibiospocc
161 stars 13.26 score 2.1k scripts 20 dependentsmarkedmondson1234
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
178 stars 12.85 score 804 scripts 13 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 2 months ago.
iucnbiodiversityapiweb-servicestraitshabitatspeciesconservationapi-wrapperiucn-red-listtaxize
53 stars 11.49 score 195 scripts 24 dependentscloudyr
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 17 days ago.
apiapi-clientgoogle-cloud-storagegoogleauthr
104 stars 10.28 score 548 scripts 1 dependentsropensci
qualtRics:Download 'Qualtrics' Survey Data
Provides functions to access survey results directly into R using the 'Qualtrics' API. 'Qualtrics' <https://www.qualtrics.com/about/> is an online survey and data collection software platform. See <https://api.qualtrics.com/> for more information about the 'Qualtrics' API. This package is community-maintained and is not officially supported by 'Qualtrics'.
Maintained by Julia Silge. Last updated 7 months ago.
apiqualtricsqualtrics-apisurveysurvey-data
221 stars 10.23 score 272 scriptsropensci
rcrossref:Client for Various 'CrossRef' 'APIs'
Client for various 'CrossRef' 'APIs', including 'metadata' search with their old and newer search 'APIs', get 'citations' in various formats (including 'bibtex', 'citeproc-json', 'rdf-xml', etc.), convert 'DOIs' to 'PMIDs', and 'vice versa', get citations for 'DOIs', and get links to full text of articles when available.
Maintained by Najko Jahn. Last updated 2 years ago.
text-mingliteraturepdfxmlpublicationscitationsfull-texttdmcrossrefapiapi-wrappercrossref-apidoimetadata
171 stars 10.15 score 404 scripts 10 dependents8-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 7 months ago.
analyticsapigooglegoogleanalyticsrgoogleauthr
262 stars 10.11 score 680 scripts 1 dependentsropensci
spocc:Interface to Species Occurrence Data Sources
A programmatic interface to many species occurrence data sources, including Global Biodiversity Information Facility ('GBIF'), 'iNaturalist', 'eBird', Integrated Digitized 'Biocollections' ('iDigBio'), 'VertNet', Ocean 'Biogeographic' Information System ('OBIS'), and Atlas of Living Australia ('ALA'). Includes functionality for retrieving species occurrence data, and combining those data.
Maintained by Hannah Owens. Last updated 2 months ago.
specimensapiweb-servicesoccurrencesspeciestaxonomygbifinatvertnetebirdidigbioobisalaantwebbisondataecoengineinaturalistoccurrencespecies-occurrencespocc
118 stars 10.09 score 552 scripts 5 dependentsropensci
vcr:Record 'HTTP' Calls to Disk
Record test suite 'HTTP' requests and replays them during future runs. A port of the Ruby gem of the same name (<https://github.com/vcr/vcr/>). Works by hooking into the 'webmockr' R package for matching 'HTTP' requests by various rules ('HTTP' method, 'URL', query parameters, headers, body, etc.), and then caching real 'HTTP' responses on disk in 'cassettes'. Subsequent 'HTTP' requests matching any previous requests in the same 'cassette' use a cached 'HTTP' response.
Maintained by Scott Chamberlain. Last updated 25 days ago.
httphttpsapiweb-servicescurlmockmockinghttp-mockingtestingtesting-toolstddunit-testingvcr
77 stars 10.06 score 165 scriptsropensci
worrms:World Register of Marine Species (WoRMS) Client
Client for World Register of Marine Species (<https://www.marinespecies.org/>). Includes functions for each of the API methods, including searching for names by name, date and common names, searching using external identifiers, fetching synonyms, as well as fetching taxonomic children and taxonomic classification.
Maintained by Bart Vanhoorne.. Last updated 1 years ago.
biologysciencemarineapiwebapi-clientwormsspeciesapi-wrapperbiological-datafishjerico-relevantmarine-biologymarine-speciestaxizetaxonomy
27 stars 10.04 score 372 scripts 27 dependentslaresbernardo
lares:Analytics & Machine Learning Sidekick
Auxiliary package for better/faster analytics, visualization, data mining, and machine learning tasks. With a wide variety of family functions, like Machine Learning, Data Wrangling, Marketing Mix Modeling (Robyn), Exploratory, API, and Scrapper, it helps the analyst or data scientist to get quick and robust results, without the need of repetitive coding or advanced R programming skills.
Maintained by Bernardo Lares. Last updated 1 months ago.
analyticsapiautomationautomldata-sciencedescriptive-statisticsh2omachine-learningmarketingmmmpredictive-modelingpuzzlerlanguagerobynvisualization
233 stars 9.92 score 185 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 14 days ago.
apicloud-computingcloudyrgoogle-cloudgoogleauthrlaunching-virtual-machines
152 stars 9.73 score 235 scriptseblondel
rsdmx:Tools for Reading SDMX Data and Metadata
Set of classes and methods to read data and metadata documents exchanged through the Statistical Data and Metadata Exchange (SDMX) framework, currently focusing on the SDMX XML standard format (SDMX-ML).
Maintained by Emmanuel Blondel. Last updated 9 days ago.
apidatastructuresdsdreadreadsdmxsdmxsdmx-formatsdmx-providersdmx-standardsstatisticstimeseriesweb-services
105 stars 9.37 score 4 dependentshauselin
ollamar:'Ollama' Language Models
An interface to easily run local language models with 'Ollama' <https://ollama.com> server and API endpoints (see <https://github.com/ollama/ollama/blob/main/docs/api.md> for details). It lets you run open-source large language models locally on your machine.
Maintained by Hause Lin. Last updated 5 days ago.
89 stars 9.32 score 74 scripts 5 dependentsropensci
elastic:General Purpose Interface to 'Elasticsearch'
Connect to 'Elasticsearch', a 'NoSQL' database built on the 'Java' Virtual Machine. Interacts with the 'Elasticsearch' 'HTTP' API (<https://www.elastic.co/elasticsearch/>), including functions for setting connection details to 'Elasticsearch' instances, loading bulk data, searching for documents with both 'HTTP' query variables and 'JSON' based body requests. In addition, 'elastic' provides functions for interacting with API's for 'indices', documents, nodes, clusters, an interface to the cat API, and more.
Maintained by Scott Chamberlain. Last updated 2 years ago.
databaseelasticsearchhttpapisearchnosqljavajsondocumentsdata-sciencedatabase-wrapperetl
247 stars 8.98 score 151 scripts 1 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
93 stars 8.95 score 700 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 1 months ago.
apigeocodinggishere-technologiesisolineroutingrspatialtrafficweather
91 stars 8.70 score 63 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
66 stars 8.67 score 70 scriptsropensci
traits:Species Trait Data from Around the Web
Species trait data from many different sources, including sequence data from 'NCBI' (<https://www.ncbi.nlm.nih.gov/>), plant trait data from 'BETYdb', data from 'EOL' 'Traitbank', 'Birdlife' International, and more.
Maintained by David LeBauer. Last updated 2 months ago.
traitsapiweb-servicesspeciestaxonomyapi-client
41 stars 8.65 score 82 scripts 11 dependentsropensci
ckanr:Client for the Comprehensive Knowledge Archive Network ('CKAN') API
Client for 'CKAN' API (<https://ckan.org/>). Includes interface to 'CKAN' 'APIs' for search, list, show for packages, organizations, and resources. In addition, provides an interface to the 'datastore' API.
Maintained by Francisco Alves. Last updated 2 years ago.
databaseopen-datackanapidatadatasetapi-wrapperckan-api
98 stars 8.60 score 448 scripts 4 dependentseblondel
zen4R:Interface to 'Zenodo' REST API
Provides an Interface to 'Zenodo' (<https://zenodo.org>) REST API, including management of depositions, attribution of DOIs by 'Zenodo' and upload and download of files.
Maintained by Emmanuel Blondel. Last updated 29 days ago.
apidatacitedepositionsdepositsdoifairzenodo
46 stars 8.41 score 76 scripts 1 dependentschuhousen
amerifluxr:Interface to 'AmeriFlux' Data Services
Programmatic interface to the 'AmeriFlux' database (<https://ameriflux.lbl.gov/>). Provide query, download, and data summary tools.
Maintained by Housen Chu. Last updated 3 months ago.
amerifluxapicarbon-fluxdatatime-series
22 stars 8.36 score 29 scripts 15 dependentsropensci
webmockr:Stubbing and Setting Expectations on 'HTTP' Requests
Stubbing and setting expectations on 'HTTP' requests. Includes tools for stubbing 'HTTP' requests, including expected request conditions and response conditions. Match on 'HTTP' method, query parameters, request body, headers and more. Can be used for unit tests or outside of a testing context.
Maintained by Scott Chamberlain. Last updated 2 months ago.
httphttpsapiweb-servicescurlmockmockingfakewebhttp-mockingtestingtesting-toolstddhttp-mock
49 stars 8.29 score 141 scripts 1 dependentsropensci
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
104 stars 8.28 score 42 scripts 2 dependentsropensci
ghql:General Purpose 'GraphQL' Client
A 'GraphQL' client, with an R6 interface for initializing a connection to a 'GraphQL' instance, and methods for constructing queries, including fragments and parameterized queries. Queries are checked with the 'libgraphqlparser' C++ parser via the 'graphql' package.
Maintained by Mark Padgham. Last updated 2 years ago.
httpapiweb-servicescurldatagraphqlgraphql-apigraphql-client
148 stars 8.12 score 111 scripts 5 dependentsbergant
rapiclient:Dynamic OpenAPI/Swagger Client
Access services specified in OpenAPI (formerly Swagger) format. It is not a code generator. Client is generated dynamically as a list of R functions.
Maintained by Marcel Ramos. Last updated 6 months ago.
68 stars 8.07 score 32 scripts 13 dependentsluomus
finbif:Interface for the 'Finnish Biodiversity Information Facility' API
A programmatic interface to the 'Finnish Biodiversity Information Facility' ('FinBIF') API (<https://api.laji.fi>). 'FinBIF' aggregates Finnish biodiversity data from multiple sources in a single open access portal for researchers, citizen scientists, industry and government. 'FinBIF' allows users of biodiversity information to find, access, combine and visualise data on Finnish plants, animals and microorganisms. The 'finbif' package makes the publicly available data in 'FinBIF' easily accessible to programmers. Biodiversity information is available on taxonomy and taxon occurrence. Occurrence data can be filtered by taxon, time, location and other variables. The data accessed are conveniently preformatted for subsequent analyses.
Maintained by William K. Morris. Last updated 9 days ago.
apibiodiversitybiodiversity-informaticsbiodiversity-informationfinbiffinbif-accessoccurrencesr-programmingspeciesspecimenstaxontaxonomyweb-services
5 stars 8.07 score 42 scripts 3 dependentssckott
fauxpas:HTTP Error Helpers
HTTP error helpers. Methods included for general purpose HTTP error handling, as well as individual methods for every HTTP status code, both via status code numbers as well as their descriptive names. Supports ability to adjust behavior to stop, message or warning. Includes ability to use custom whisker template to have any configuration of status code, short description, and verbose message. Currently supports integration with 'crul', 'curl', and 'httr'.
Maintained by Scott Chamberlain. Last updated 1 years ago.
httphttpsapiweb-servicescurlerrorserrorerror-handling
15 stars 8.07 score 36 scripts 24 dependentsropensci
wikitaxa:Taxonomic Information from 'Wikipedia'
'Taxonomic' information from 'Wikipedia', 'Wikicommons', 'Wikispecies', and 'Wikidata'. Functions included for getting taxonomic information from each of the sources just listed, as well performing taxonomic search.
Maintained by Zachary Foster. Last updated 6 months ago.
taxonomyspeciesapiweb-serviceswikipediavernacularwikispecieswikicommonstaxizewikipedia-api
21 stars 8.05 score 11 scripts 24 dependentsirudnyts
openai:R Wrapper for OpenAI API
An R wrapper of OpenAI API endpoints (see <https://platform.openai.com/docs/introduction> for details). This package covers Models, Completions, Chat, Edits, Images, Embeddings, Audio, Files, Fine-tunes, Moderations, and legacy Engines endpoints.
Maintained by Iegor Rudnytskyi. Last updated 5 months ago.
172 stars 8.05 score 336 scripts 5 dependentsdieghernan
nominatimlite:Interface with 'Nominatim' API Service
Lite interface for getting data from 'OSM' service 'Nominatim' <https://nominatim.org/release-docs/latest/>. Extract coordinates from addresses, find places near a set of coordinates and return spatial objects on 'sf' format.
Maintained by Diego Hernangómez. Last updated 11 days ago.
geocodingopenstreetmapaddressnominatimreverse-geocodingshapefilespatialapi-wrapperapigis
20 stars 8.01 score 41 scripts 1 dependentsnceas
rt:Interface to the 'Request Tracker' API
Provides a programmatic interface to the 'Request Tracker' (RT) HTTP API <https://rt-wiki.bestpractical.com/wiki/REST>. 'RT' is a popular ticket tracking system.
Maintained by Bryce Mecum. Last updated 4 years ago.
6 stars 7.98 score 664 scriptsgiscience
openrouteservice:An 'openrouteservice' API Client
The client streamlines access to the services provided by <https://api.openrouteservice.org>. It allows you to painlessly query for directions, isochrones, time-distance matrices, geocoding, elevation, points of interest, and more.
Maintained by Andrzej K. Oleś. Last updated 2 months ago.
apidirectionsgisgiscienceisochronesopenrouteserviceopenstreetmappoisroutingsdk
108 stars 7.89 score 60 scriptsrpradosiqueira
sidrar:An Interface to IBGE's SIDRA API
Allows the user to connect with IBGE's (Instituto Brasileiro de Geografia e Estatistica, see <https://www.ibge.gov.br/> for more information) SIDRA API in a flexible way. SIDRA is the acronym to "Sistema IBGE de Recuperacao Automatica" and is the system where IBGE turns available aggregate data from their researches.
Maintained by Renato Prado Siqueira. Last updated 3 years ago.
86 stars 7.85 score 226 scripts 1 dependentsropensci
ruODK:An R Client for the ODK Central API
Access and tidy up data from the 'ODK Central' API. 'ODK Central' is a clearinghouse for digitally captured data using ODK <https://docs.getodk.org/central-intro/>. It manages user accounts and permissions, stores form definitions, and allows data collection clients like 'ODK Collect' to connect to it for form download and submission upload. The 'ODK Central' API is documented at <https://docs.getodk.org/central-api/>.
Maintained by Florian W. Mayer. Last updated 5 months ago.
databaseopen-dataodkapidatadatasetodataodata-clientodk-centralopendatakit
42 stars 7.73 score 57 scripts 1 dependentsropensci
ritis:Integrated Taxonomic Information System Client
An interface to the Integrated Taxonomic Information System ('ITIS') (<https://www.itis.gov>). Includes functions to work with the 'ITIS' REST API methods (<https://www.itis.gov/ws_description.html>), as well as the 'Solr' web service (<https://www.itis.gov/solr_documentation.html>).
Maintained by Julia Blum. Last updated 2 months ago.
taxonomybiologynomenclaturejsonapiwebapi-clientidentifiersspeciesnamesapi-wrapperitistaxize
16 stars 7.72 score 64 scripts 24 dependentskeberwein
blscrapeR:An API Wrapper for the United States Bureau of Labor Statistics
Scrapes various data from <https://www.bls.gov/>. The Bureau of Labor Statistics is the statistical branch of the United States Department of Labor. The package has additional functions to help parse, analyze and visualize the data.
Maintained by Kris Eberwein. Last updated 1 years ago.
apiapi-wrapperblsbureau-of-labor-statisticsconsumer-price-indexcpiinflationinflation-calculatorlabor-statisticsunemployment
112 stars 7.66 score 270 scriptsrisktoollib
RTL:Risk Tool Library - Trading, Risk, Analytics for Commodities
A toolkit for Commodities 'analytics', risk management and trading professionals. Includes functions for API calls to <https://commodities.morningstar.com/#/>, <https://developer.genscape.com/>, and <https://www.bankofcanada.ca/valet/docs>.
Maintained by Philippe Cote. Last updated 1 months ago.
analyticsapicommoditiescommodities-apifinancegenscapemorningstarpythonrisk-managementcpp
30 stars 7.51 score 198 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
22 stars 7.42 score 6 scriptsbluegreen-labs
MODISTools:Interface to the 'MODIS Land Products Subsets' Web Services
Programmatic interface to the Oak Ridge National Laboratories 'MODIS Land Products Subsets' web services (<https://modis.ornl.gov/data/modis_webservice.html>). Allows for easy downloads of 'MODIS' time series directly to your R workspace or your computer.
Maintained by Koen Hufkens. Last updated 1 years ago.
apiremote-sensingsatellite-data
1 stars 7.23 score 155 scripts 8 dependentsropensci
rsnps:Get 'SNP' ('Single-Nucleotide' 'Polymorphism') Data on the Web
A programmatic interface to various 'SNP' 'datasets' on the web: 'OpenSNP' (<https://opensnp.org>), and 'NBCIs' 'dbSNP' database (<https://www.ncbi.nlm.nih.gov/projects/SNP/>). Functions are included for searching for 'NCBI'. For 'OpenSNP', functions are included for getting 'SNPs', and data for 'genotypes', 'phenotypes', annotations, and bulk downloads of data by user.
Maintained by Julia Gustavsen. Last updated 2 years ago.
genesnpsequenceapiwebapi-clientspeciesdbsnpopensnpncbigenotypedatasnpsweb-api
53 stars 7.08 score 63 scripts 1 dependentsropensci
natserv:'NatureServe' Interface
Interface to 'NatureServe' (<https://www.natureserve.org/>). Includes methods to get data, image metadata, search taxonomic names, and make maps.
Maintained by Christopher Tracey. Last updated 2 months ago.
taxonomyspeciesapiweb-servicesnatureservemetadatamapstaxize
11 stars 7.06 score 18 scripts 24 dependentsrladies
meetupr:Meetup R API
Provides access to data from <https:www.meetup.com> (see <https:www.meetup.com/meetup_api/> for more information).
Maintained by Athanasia Mo Mowinckel. Last updated 2 years ago.
apiapi-wrappermeetupr-ladiesrladiesrladies-global
77 stars 7.03 score 92 scriptsropenspain
tidyBdE:Download Data from Bank of Spain
Tools to download data series from 'Banco de España' ('BdE') on 'tibble' format. 'Banco de España' is the national central bank and, within the framework of the Single Supervisory Mechanism ('SSM'), the supervisor of the Spanish banking system along with the European Central Bank. This package is in no way sponsored endorsed or administered by 'Banco de España'.
Maintained by Diego H. Herrero. Last updated 11 days ago.
apibdeggplot2macroeconomicsropenspainseries-dataspain
11 stars 6.44 score 14 scriptseblondel
geosapi:GeoServer REST API R Interface
Provides an R interface to the GeoServer REST API, allowing to upload and publish data in a GeoServer web-application and expose data to OGC Web-Services. The package currently supports all CRUD (Create,Read,Update,Delete) operations on GeoServer workspaces, namespaces, datastores (stores of vector data), featuretypes, layers, styles, as well as vector data upload operations. For more information about the GeoServer REST API, see <https://docs.geoserver.org/stable/en/user/rest/>.
Maintained by Emmanuel Blondel. Last updated 28 days ago.
apigeoservergispublicationrestspatial
34 stars 6.23 score 33 scriptsjchrom
trelloR:Access the Trello API
An R client for the Trello API. Supports free-tier features such as access to private boards, creating and updating cards and other resources, and downloading data in a structured way.
Maintained by Jakub Chromec. Last updated 2 years ago.
42 stars 6.18 score 24 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.
36 stars 6.16 score 812 scriptscurso-r
scryr:An Interface to the 'Scryfall' API
A simple, light, and robust interface between R and the 'Scryfall' card data API <https://scryfall.com/docs/api>.
Maintained by Caio Lente. Last updated 3 years ago.
17 stars 6.09 score 18 scriptsmatthiasgomolka
simfinapi:Accessing 'SimFin' Data
Through simfinapi, you can intuitively access the 'SimFin' Web-API (<https://www.simfin.com/>) to make 'SimFin' data easily available in R. To obtain an 'SimFin' API key (and thus to use this package), you need to register at <https://app.simfin.com/login>.
Maintained by Matthias Gomolka. Last updated 12 months ago.
19 stars 5.90 score 21 scriptsdieghernan
resmush:Optimize and Compress Image Files with 'reSmush.it'
Compress local and online images using the 'reSmush.it' API service <https://resmush.it/>.
Maintained by Diego Hernangómez. Last updated 11 days ago.
compress-imagesoptimize-imagesresmushitapi
2 stars 5.88 score 14 scripts 1 dependentsdickoa
robotoolbox:Client for the 'KoboToolbox' API
Suite of utilities for accessing and manipulating data from the 'KoboToolbox' API. 'KoboToolbox' is a robust platform designed for field data collection in various disciplines. This package aims to simplify the process of fetching and handling data from the API. Detailed documentation for the 'KoboToolbox' API can be found at <https://support.kobotoolbox.org/api.html>.
Maintained by Ahmadou Dicko. Last updated 3 months ago.
open-datakobotoolboxodkkpiapidatadataset
5.86 score 48 scriptsilostat
Rilostat:ILO Open Data via Ilostat Bulk Download Facility
Tools to download data from the [ilostat](<https://ilostat.ilo.org>) database together with search and manipulation utilities.
Maintained by David Bescond. Last updated 19 days ago.
apidatasetopen-sourcepublic-api
34 stars 5.47 score 43 scriptsdementiy
vkR:Access to VK API via R
Provides an interface to the VK API <https://vk.com/dev/methods>. VK <https://vk.com/> is the largest European online social networking service, based in Russia.
Maintained by Dmitriy Sorokin. Last updated 5 years ago.
56 stars 5.36 score 41 scriptsropensci
wateRinfo:Download Time Series Data from Waterinfo.be
wateRinfo facilitates access to waterinfo.be (<https://www.waterinfo.be>), a website managed by the Flanders Environment Agency (VMM) and Flanders Hydraulics Research. The website provides access to real-time water and weather related environmental variables for Flanders (Belgium), such as rainfall, air pressure, discharge, and water level. The package provides functions to search for stations and variables, and download time series.
Maintained by Stijn Van Hoey. Last updated 3 years ago.
apiclimatelifewatchopen-scienceoscibioropensciwaterweather
14 stars 5.36 score 27 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.
5 stars 5.34 score 11 scriptspedropark99
figma:Web Client/Wrapper to the 'Figma API'
An easy-to-use web client/wrapper for the 'Figma API' <https://www.figma.com/developers/api>. It allows you to bring all data from a 'Figma' file to your 'R' session. This includes the data of all objects that you have drawn in this file, and their respective canvas/page metadata.
Maintained by Pedro Faria. Last updated 2 years ago.
4 stars 5.30 score 33 scriptsjohannesfriedrich
hystReet:Get Pedestrian Frequency Data from the 'Hystreet' Project
An R API wrapper for the 'Hystreet' project <https://hystreet.com>. 'Hystreet' provides pedestrian counts in different cities in Germany.
Maintained by Johannes Friedrich. Last updated 2 months ago.
apibigdatahystreetpedestrian-detectionwrapper
13 stars 5.29 score 9 scriptsdewittpe
REDCapExporter:Automated Construction of R Data Packages from REDCap Projects
Export all data, including metadata, from a REDCap (Research Electronic Data Capture) Project via the REDCap API <https://projectredcap.org/wp-content/resources/REDCapTechnicalOverview.pdf>. The exported (meta)data will be processed and formatted into a stand alone R data package which can be installed and shared between researchers. Several default reports are generated as vignettes in the resulting package.
Maintained by Peter DeWitt. Last updated 5 months ago.
apidata-exportredcapredcap-api
2 stars 5.28 score 21 scriptsdaroczig
binancer:API Client to 'Binance'
R client to the 'Binance' Public Rest API for data collection on cryptocurrencies, portfolio management and trading: <https://github.com/binance/binance-spot-api-docs/blob/master/rest-api.md>.
Maintained by Gergely Daróczi. Last updated 1 years ago.
apibinancebinance-apibitcoinblockchaincryptocurrency
53 stars 5.11 score 49 scriptsstatistikat
STATcubeR:R Interface for the 'STATcube' REST API and Open Government Data
Import data from the 'STATcube' REST API or from the open data portal of Statistics Austria. This package includes a client for API requests as well as parsing utilities for data which originates from 'STATcube'. Documentation about 'STATcubeR' is provided by several vignettes included in the package as well as on the public 'pkgdown' page at <https://statistikat.github.io/STATcubeR/>.
Maintained by Bernhard Meindl. Last updated 4 months ago.
18 stars 5.03 score 9 scriptsropensci
rdatacite:Client for the 'DataCite' API
Client for the web service methods provided by 'DataCite' (<https://www.datacite.org/>), including functions to interface with their 'RESTful' search API. The API is backed by 'Elasticsearch', allowing expressive queries, including faceting.
Maintained by Bianca Kramer. Last updated 2 years ago.
datascholarlydatasethttpsapiweb-servicesapi-wrapperdataciteidentifiermetadataoai-pmhsolr
25 stars 4.99 score 26 scriptsbluegreen-labs
appeears:Interface to 'AppEEARS' NASA Web Services
Programmatic interface to the NASA Application for Extracting and Exploring Analysis Ready Samples services (AppEEARS; <https://appeears.earthdatacloud.nasa.gov/>). The package provides easy access to analysis ready earth observation data in R.
Maintained by Koen Hufkens. Last updated 1 months ago.
11 stars 4.92 score 15 scriptsm-muecke
worldbank:Client for World Banks's 'Indicators' and 'Poverty and Inequality Platform (PIP)' APIs
Download and search data from the 'World Bank Indicators API', which provides access to nearly 16,000 time series indicators. See <https://datahelpdesk.worldbank.org/knowledgebase/articles/889392-about-the-indicators-api-documentation> for further details about the API.
Maintained by Maximilian Mücke. Last updated 11 days ago.
apiindicatorspovertyworldbankworldbank-api
5 stars 4.88 score 6 scriptsfmgarciadiaz
PortalHacienda:Acceder Con R a Los Datos Del Portal De Hacienda
Obtener listado de datos, acceder y extender series del Portal de Datos de Hacienda.Las proyecciones se realizan con 'forecast', Hyndman RJ, Khandakar Y (2008) <doi:10.18637/jss.v027.i03>. Search, download and forecast time-series from the Ministry of Economy of Argentina. Forecasts are built with the 'forecast' package, Hyndman RJ, Khandakar Y (2008) <doi:10.18637/jss.v027.i03>.
Maintained by Fernando Garcia Diaz. Last updated 2 years ago.
apiargentinaeconomiaministerio-de-economiaseries-de-tiempo
15 stars 4.88 score 7 scriptsbradlindblad
proverbs:Print a Daily Bible Proverb to Console
A simple package to grab a Bible proverb corresponding to the day of the month.
Maintained by Brad Lindblad. Last updated 1 years ago.
apibible-apibible-studybible-translations
6 stars 4.78 score 6 scriptsvalerivoev
danstat:R Client for the Statistics Denmark Databank API
The purpose of the package is to enable an R function interface into the Statistics Denmark Databank API mainly for research purposes. The Statistics Denmark Databank API has four endpoints, see here for more information and testing the API in their console: <https://www.dst.dk/en/Statistik/brug-statistikken/muligheder-i-statistikbanken/api>. This package mimics the structure of the API and provides four main functions to match the functionality of the API endpoints.
Maintained by Valeri Voev. Last updated 3 years ago.
6 stars 4.73 score 18 scriptsm-muecke
bbk:Client for Central Bank APIs
A client for retrieving data and metadata from major central bank APIs. It supports access to the 'Bundesbank SDMX Web Service API' (<https://www.bundesbank.de/en/statistics/time-series-databases/help-for-sdmx-web-service/web-service-interface-data>), the 'Swiss National Bank Data Portal' (<https://data.snb.ch/en>), and the 'European Central Bank Data Portal API' (<https://data.ecb.europa.eu/help/api/overview>).
Maintained by Maximilian Mücke. Last updated 11 days ago.
apibundesbankcentral-bankdeutsche-bundesbankecbeuropean-central-banksmdxswiss-national-bank
3 stars 4.72 score 3 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
45 stars 4.58 score 17 scriptsrsquaredacademy
yahoofinancer:Fetch Data from Yahoo Finance API
Obtain historical and near real time data related to stocks, index and currencies from the Yahoo Finance API. This package is community maintained and is not officially supported by 'Yahoo'. The accuracy of data is only as correct as provided on <https://finance.yahoo.com/>.
Maintained by Aravind Hebbali. Last updated 2 months ago.
apiapi-wrapperfinancemarket-datastock-marketyahoo-financeyahoo-finance-api
16 stars 4.46 score 18 scriptskwb-r
kwb.nextcloud:R Package for Accessing Nextcloud Using WebDAV API
R package to access file infos or download data from an Nextcloud instance using the WebDav API (https://docs.nextcloud.com/server/17/developer_manual/client_apis/WebDAV/).
Maintained by Michael Rustler. Last updated 6 months ago.
apinextcloudproject-dwcproject-ultimate
6 stars 4.43 score 2 scripts 3 dependentsdirkschumacher
duckduckr:Simple Client for the DuckDuckGo Instant Answer API
Programmatic access to the DuckDuckGo Instant Answer API <https://api.duckduckgo.com/api>.
Maintained by Dirk Schumacher. Last updated 8 years ago.
42 stars 4.32 score 5 scriptsuskovgs
panstarrs:Interface to the Pan-STARRS API
An interface to the API for 'Pan-STARRS1', a data archive of the PS1 wide-field astronomical survey. The package allows access to the PS1 catalog and to the PS1 images. (see <https://outerspace.stsci.edu/display/PANSTARRS/> for more information). You can use it to plan astronomical observations, make guidance pictures, find magnitudes in five broadband filters (g, r, i, z, y) and more.
Maintained by Grigory Uskov. Last updated 9 months ago.
1 stars 4.30 score 8 scriptsfhdsl
githubr:Easier to Use API Wrapper for 'GitHub'
This is a 'GitHub' API wrapper for R. <https://docs.github.com/en/rest> It uses the 'gh' package but has things wrapped up for convenient use cases.
Maintained by Candace Savonen. Last updated 1 years ago.
1 stars 4.27 score 370 scriptszumbov2
swissparl:Interface to the Webservices of the Swiss Parliament
Retrieves the most important data on parliamentary activities of the Swiss Federal Assembly via an open, machine-readable interface (see <https://ws.parlament.ch/odata.svc/>).
Maintained by David Zumbach. Last updated 3 years ago.
apiopendatapoliticsswitzerland
33 stars 4.22 score 1 scriptsm-muecke
ifo:Client for the Ifo Institute Time Series
Download ifo business survey data and more time series from ifo institute <https://www.ifo.de/en/ifo-time-series>.
Maintained by Maximilian Mücke. Last updated 11 days ago.
1 stars 4.20 score 5 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.
11 stars 4.16 score 26 scriptsmhpob
matos:Interface with the Mid-Atlantic Acoustic Telemetry Observing System (MATOS)
This package provides HTML-scaping functions to interact with the MATOS website (https://matos.asascience.com/), allowing aggregation of data and the downloading and posting of files.
Maintained by Michael OBrien. Last updated 3 months ago.
animal-trackingapiapi-wrapperbiotelemetryfishfisheriesfisheries-research
3 stars 4.13 score 9 scriptsdenchpokepon
fedstatAPIr:Unofficial API for Fedstat (Rosstat EMISS System) for Automatic and Efficient Data Queries
An API for automatic data queries to the fedstat <https://www.fedstat.ru>, using a small set of functions with a common interface.
Maintained by Denis Krylov. Last updated 5 months ago.
23 stars 4.06 score 5 scriptsramikrispin
EIAapi:Query Data from the 'EIA' API
Provides a function to query and extract data from the 'US Energy Information Administration' ('EIA') API V2 <https://www.eia.gov/opendata/>. The 'EIA' API provides a variety of information, in a time series format, about the energy sector in the US. The API is open, free, and requires an access key and registration at <https://www.eia.gov/opendata/>.
Maintained by Rami Krispin. Last updated 2 years ago.
10 stars 4.04 score 22 scriptseblondel
geonapi:'GeoNetwork' API R Interface
Provides an R interface to the 'GeoNetwork' API (<https://geonetwork-opensource.org/#api>) allowing to upload and publish metadata in a 'GeoNetwork' web-application and expose it to OGC CSW.
Maintained by Emmanuel Blondel. Last updated 4 days ago.
apigeonetworkinterfacemetadataspatial
7 stars 4.02 score 7 scriptsstefanieschneider
viafr:Interface to the 'VIAF' ('Virtual International Authority File') API
Provides direct access to linked names for the same entity across the world's major name authority files, including national and regional variations in language, character set, and spelling. For more information go to <https://viaf.org/>.
Maintained by Stefanie Schneider. Last updated 2 months ago.
9 stars 3.95 score 8 scriptsbrianweinstein
googlenlp:An Interface to Google's Cloud Natural Language API
Interact with Google's Cloud Natural Language API <https://cloud.google.com/natural-language/> (v1) via R. The API has four main features, all of which are available through this R package: syntax analysis and part-of-speech tagging, entity analysis, sentiment analysis, and language identification.
Maintained by Brian Weinstien. Last updated 7 years ago.
9 stars 3.91 score 18 scriptsandschar
standartox:Ecotoxicological Information from the Standartox Database
The <http://standartox.uni-landau.de> database offers cleaned, harmonized and aggregated ecotoxicological test data, which can be used for assessing effects and risks of chemical concentrations found in the environment.
Maintained by Andreas Scharmüller. Last updated 3 years ago.
14 stars 3.85 score 1 scriptsropensci
exoplanets:Access NASA's Exoplanet Archive Data
The goal of exoplanets is to provide access to NASA's Exoplanet Archive TAP Service. For more information regarding the API please read the documentation <https://exoplanetarchive.ipac.caltech.edu/index.html>.
Maintained by Tyler Littlefield. Last updated 3 years ago.
13 stars 3.81 score 6 scriptsrosdyana
ROpenDota:Access OpenDota Services in R
Provides a client for the API of OpenDota. OpenDota is a web service which is provide DOTA2 real time data. Data is collected through the Steam WebAPI. With ROpenDota you can easily grab the latest DOTA2 statistics in R programming such as latest match on official international competition, analyzing your or enemy performance to learn their strategies,etc. Please see <https://github.com/rosdyana/ROpenDota> for more information.
Maintained by Rosdyana Kusuma. Last updated 6 years ago.
6 stars 3.76 score 19 scriptsfkoh111
zzlite:Lite Wrapper for the 'Zamzar File Conversion' API
A minor collection of HTTP wrappers for the 'Zamzar File Conversion' API. The wrappers makes it easy to utilize the API and thus convert between more than 100 different file formats (ranging from audio files, images, movie formats, etc., etc.) through an R session. For specifics regarding the API, please see <https://developers.zamzar.com/>.
Maintained by Frederik Kok Hansen. Last updated 5 years ago.
apiapi-wrapperconversionzamzar-api
3.70 score 1 scriptsflavioleccese92
Rduinoiot:'Arduino Iot Cloud API' R Client
Easily interact with the 'Arduino Iot Cloud API' <https://www.arduino.cc/reference/en/iot/api/>, managing devices, things, properties and data.
Maintained by Flavio Leccese. Last updated 1 years ago.
apiarduino-iot-cloudreal-timesensor
1 stars 3.70 score 3 scriptseblondel
ocs4R:Interface to Open Collaboration Services (OCS) REST API
Provides an Interface to Open Collaboration Services 'OCS' (<https://www.open-collaboration-services.org/>) REST API.
Maintained by Emmanuel Blondel. Last updated 2 months ago.
apicollaborationnextcloudocsopenowncloudservicewebdav
6 stars 3.48 score 2 scriptsrekyt
rtaxref:An R client for TaxRef the French Taxonomical Database
Provides an R client to the TaxRef API <https://taxref.mnhn.fr/taxref-web/api/doc>, the French Taxonomical Reference Database which indexes names of species with unique identifiers as well as conservation statuses, biological interactions and taxonomic relationships.
Maintained by Matthias Grenié. Last updated 3 years ago.
apiapi-clientapi-wrapperbiodiversitytaxonomy
5 stars 3.40 score 5 scriptsalbertoalmuinha
DSpoty:Get 'Spotify' API Multiple Information
'DSpoty' R package allows you to retrieve 'Spotify' API Information such as artists, albums, tracks, features tracks, recommendations or related artists. This package allows you to search all the information by name and also includes a distance based algorithm to find similar songs. More information: <https://developer.spotify.com/documentation/web-api/> .
Maintained by Alberto Almuiña. Last updated 5 years ago.
albumapiartist-informationmusicpopularity-artistspotify
4 stars 3.30 scorepsolymos
clickrup:Interacting with the ClickUp v2 API from R
Work with the ClickUp productivity app from R to manage tasks, goals, time tracking, and more.
Maintained by Peter Solymos. Last updated 1 years ago.
apiclickupclickup-apiproject-management
18 stars 3.26 score 7 scriptsfarmse988
Poly4AT:Access 'INVEKOS' API for Field Polygons
A 'shiny' app that allows to access and use the 'INVEKOS' API for field polygons in Austria. API documentation is available at <https://gis.lfrz.gv.at/api/geodata/i009501/ogc/features/v1/>.
Maintained by Sebastian Wieser. Last updated 5 months ago.
3.18 scorebgreenwell
roundhouse:Random Chuck Norris Facts
R functions for generating and/or displaying random Chuck Norris facts. Based on data from the 'Internet Chuck Norris database' ('ICNDb').
Maintained by Brandon Greenwell. Last updated 6 years ago.
apiapi-wrapperchuck-norrischuck-norris-jokesfactsroundhouse
3 stars 3.18 score 4 scriptsropenspain
tidycenso:Download Data From 2021 Spanish Census
Retrieves data from the 2021 Spanish census through the National Institute of Statistics official API. For more info on the available tables and variables visit <https://www.ine.es/dyngs/DataLab/en/manual.html?cid=1259945952385>.
Maintained by Héctor Meleiro. Last updated 2 years ago.
2 stars 3.00 score 3 scriptsoxfordihtm
africalaws:Interface to the Laws.Africa API
Laws.Africa <https://laws.africa> endeavours to facilitate African governments in offering sustainable, free access to dependable digital laws. It aims to achieve this by ensuring that the laws are easily accessible, user-friendly, educational, and reusable. This initiative seeks to empower citizens with knowledge of their legal rights and obligations while promoting transparency and accountability within the legal system. Laws.Africa offers a content application programming interface (API) to fetch legislative content and metadata. The API is a read-only API for listing and fetching published versions of legislative works. This package interfaces with this API to allow access using R.
Maintained by Ernest Guevarra. Last updated 5 months ago.
3 stars 2.88 scoreblackerby
govinfoR:A 'GovInfo' API Wrapper
Access data provided by the United States Government Publishing Office (GPO) 'GovInfo' API (<https://github.com/usgpo/api>).
Maintained by William Blackerby. Last updated 1 years ago.
1 stars 2.70 score 2 scriptsfeddelegrand7
radous:Query Random User Data from the Random User Generator API
Generate random user data from the Random User Generator API. For more information, see <https://randomuser.me/>.
Maintained by Mohamed El Fodil Ihaddaden. Last updated 4 years ago.
apirandom-datarandom-data-generation
1 stars 2.70 score 9 scriptskwb-r
algoliar:Simple Access to Algolia Search REST API
Simple Access to Algolia REST API (https://www.algolia.com/doc/rest-api/search/).
Maintained by Michael Rustler. Last updated 6 years ago.
academicalgoliaapihugoknowledge-repoproject-fakinsearch
2.70 scoree-kotov
wikimapR:Import Wikimapia Data as Simple Features via API
Download and import of Wikimapia data as 'sf' objects. Wikimapia data is retrieved via the Wikimapia API and converted to `sf` objects retaining all recevied fields.
Maintained by Egor Kotov. Last updated 2 years ago.
9 stars 2.65 score 2 scriptsrpodcast
podindexr:A Podcast Index API Library for R
Access and download data from the Podcast Index Database directly from R using the 'PodcastIndex' <https://podcastindex-org.github.io/docs-api> API.
Maintained by Eric Nantz. Last updated 2 years ago.
6 stars 2.48 score 5 scriptsfrbcesab
rwoslite:R Client for WOS Lite API
R Client for the WOS Lite API.
Maintained by Nicolas Casajus. Last updated 2 years ago.
6 stars 2.48 scoreoxfordihtm
aurora:Interface to the Oxford University Research Archive
The Oxford University Research Archive (ORA) <https://ora.ox.ac.uk/> is an Open Access platform and is the institutional repository for the University of Oxford. ORA serves as a permanent and secure online archive of research materials produced by members of the University of Oxford. ORA supports and participates in the Open Archives Initiative (OAI). ORA is a registered OAI-PMH data-provider and provides metadata for all public records which is updated as soon as each record is published or updated. ORA also provides API access to its resources. This package provides low level functions to interface with the ORA API <https://ora.ox.ac.uk/api>.
Maintained by Ernest Guevarra. Last updated 5 months ago.
1 stars 2.30 scorecerte-medical-epidemiology
certeapi:A Certe R Package for Providing an Application Programming Interface
A Certe R Package for providing an application programming interface (API) using 'plumber'. This package is part of the 'certedata' universe.
Maintained by Matthijs S. Berends. Last updated 12 months ago.
1.70 score