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

Found 7866 packages in 0.02 seconds

rplos — by Scott Chamberlain, 4 years ago

Interface to the Search API for 'PLoS' Journals

A programmatic interface to the 'SOLR' based search API (< http://api.plos.org/>) provided by the Public Library of Science journals to search their articles. Functions are included for searching for articles, retrieving articles, making plots, doing 'faceted' searches, 'highlight' searches, and viewing results of 'highlighted' searches in a browser.

charlatan — by Roel M. Hogervorst, 6 months ago

Make Fake Data

Make fake data that looks realistic, supporting addresses, person names, dates, times, colors, coordinates, currencies, digital object identifiers ('DOIs'), jobs, phone numbers, 'DNA' sequences, doubles and integers from distributions and within a range.

rphylopic — by William Gearty, 7 months ago

Get Silhouettes of Organisms from PhyloPic

Work with the PhyloPic Web Service (< http://api-docs.phylopic.org/v2/>) to fetch silhouette images of organisms. Includes functions for adding silhouettes to both base R plots and ggplot2 plots.

redland — by Matthew B. Jones, a year ago

RDF Library Bindings in R

Provides methods to parse, query and serialize information stored in the Resource Description Framework (RDF). RDF is described at < https://www.w3.org/TR/rdf-primer/>. This package supports RDF by implementing an R interface to the Redland RDF C library, described at < https://librdf.org/docs/api/index.html>. In brief, RDF provides a structured graph consisting of Statements composed of Subject, Predicate, and Object Nodes.

ggplot2 — by Thomas Lin Pedersen, a year ago

Create Elegant Data Visualisations Using the Grammar of Graphics

A system for 'declaratively' creating graphics, based on "The Grammar of Graphics". You provide the data, tell 'ggplot2' how to map variables to aesthetics, what graphical primitives to use, and it takes care of the details.

Rcpp — by Dirk Eddelbuettel, 3 months ago

Seamless R and C++ Integration

The 'Rcpp' package provides R functions as well as C++ classes which offer a seamless integration of R and C++. Many R data types and objects can be mapped back and forth to C++ equivalents which facilitates both writing of new code as well as easier integration of third-party libraries. Documentation about 'Rcpp' is provided by several vignettes included in this package, via the 'Rcpp Gallery' site at < https://gallery.rcpp.org>, the paper by Eddelbuettel and Francois (2011, ), the book by Eddelbuettel (2013, ) and the paper by Eddelbuettel and Balamuta (2018, ); see 'citation("Rcpp")' for details.

geojsonlint — by Scott Chamberlain, 5 years ago

Tools for Validating 'GeoJSON'

Tools for linting 'GeoJSON'. Includes tools for interacting with the online tool < http://geojsonlint.com>, the 'Javascript' library 'geojsonhint' (< https://www.npmjs.com/package/geojsonhint>), and validating against a 'GeoJSON' schema via the 'Javascript' library (< https://www.npmjs.com/package/is-my-json-valid>). Some tools work locally while others require an internet connection.

rdryad — by Scott Chamberlain, 5 years ago

Access for Dryad Web Services

Interface to the Dryad "Solr" API, their "OAI-PMH" service, and fetch datasets. Dryad (< https://datadryad.org/>) is a curated host of data underlying scientific publications.

handlr — by Brenton M. Wiernik, a month ago

Convert Among Citation Formats

Converts among many citation formats, including 'BibTeX', 'Citeproc', 'Codemeta', 'RDF XML', 'RIS', 'Schema.org', and 'Citation File Format'. A low level 'R6' class is provided, as well as stand-alone functions for each citation format for both read and write.

rsnps — by Julia Gustavsen, 2 years ago

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.