Examples: visualization, C++, networks, data cleaning, html widgets, ropensci.

Found 7389 packages in 0.58 seconds

rentrez — by David Winter, 4 years ago

'Entrez' in R

Provides an R interface to the NCBI's 'EUtils' API, allowing users to search databases like 'GenBank' < https://www.ncbi.nlm.nih.gov/genbank/> and 'PubMed' < https://pubmed.ncbi.nlm.nih.gov/>, process the results of those searches and pull data into their R sessions.

fauxpas — by Scott Chamberlain, 2 years ago

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'.

httpcode — by Scott Chamberlain, 5 years ago

'HTTP' Status Code Helper

Find and explain the meaning of 'HTTP' status codes. Functions included for searching for codes by full or partial number, by message, and get appropriate dog and cat images for many status codes.

elastic — by Scott Chamberlain, 4 years ago

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.

ghql — by Scott Chamberlain, 5 years ago

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 'gaphql' package.

gistr — by Scott Chamberlain, 4 years ago

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/>.

bibtex — by James Joseph Balamuta, 2 years ago

Bibtex Parser

Utility to parse a bibtex file.

ritis — by Scott Chamberlain, 4 years ago

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>).

spocc — by Hannah Owens, 8 months ago

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.

citecorp — by Scott Chamberlain, 5 years ago

Client for the Open Citations Corpus

Client for the Open Citations Corpus (< http://opencitations.net/>). Includes a set of functions for getting one identifier type from another, as well as getting references and citations for a given identifier.