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

Found 8054 packages in 0.03 seconds

handlr — by Brenton M. Wiernik, 2 months 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.

traits — by David LeBauer, a year ago

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.

analogsea — by Mauricio Vargas, 2 years ago

Interface to 'DigitalOcean'

Provides a set of functions for interacting with the 'DigitalOcean' API < https://www.digitalocean.com/>, including creating images, destroying them, rebooting, getting details on regions, and available images.

rebird — by Sebastian Pardo, 4 years ago

R Client for the eBird Database of Bird Observations

A programmatic client for the eBird database (< https://ebird.org/home>), including functions for searching for bird observations by geographic location (latitude, longitude), eBird hotspots, location identifiers, by notable sightings, by region, and by taxonomic name.

rfigshare — by Carl Boettiger, 3 years ago

An R Interface to 'figshare'

An R interface to 'figshare'.

dataone — by Matthew B. Jones, 3 years ago

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.

purrr — by Hadley Wickham, 3 months ago

Functional Programming Tools

A complete and consistent functional programming toolkit for R.

rnoaa — by Daniel Hocking, 2 years ago

'NOAA' Weather Data from R

Client for many 'NOAA' data sources including the 'NCDC' climate 'API' at < https://www.ncdc.noaa.gov/cdo-web/webservices/v2>, with functions for each of the 'API' 'endpoints': data, data categories, data sets, data types, locations, location categories, and stations. In addition, we have an interface for 'NOAA' sea ice data, the 'NOAA' severe weather inventory, 'NOAA' Historical Observing 'Metadata' Repository ('HOMR') data, 'NOAA' storm data via 'IBTrACS', tornado data via the 'NOAA' storm prediction center, and more.

parzer — by Alban Sagouis, 3 years ago

Parse Messy Geographic Coordinates

Parse messy geographic coordinates from various character formats to decimal degree numeric values. Parse coordinates into their parts (degree, minutes, seconds); calculate hemisphere from coordinates; pull out individually degrees, minutes, or seconds; add and subtract degrees, minutes, and seconds. C++ code herein originally inspired from code written by Jeffrey D. Bogan, but then completely re-written.