Found 303 packages in 0.02 seconds
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.
Extract Tables from PDF Documents
Bindings for the 'Tabula' < https://tabula.technology/> 'Java' library, which can extract tables from PDF files. This tool can reduce time and effort in data extraction processes in fields like investigative journalism. It allows for automatic and manual table extraction, the latter facilitated through a 'Shiny' interface, enabling manual areas selection\ with a computer mouse for data retrieval.
Build Reproducible Analytical Pipelines with 'Nix'
Streamlines the creation of reproducible analytical pipelines using 'default.nix' expressions generated via the 'rix' package for reproducibility. Define derivations in 'R', 'Python' or 'Julia', chain them into a composition of pure functions and build the resulting pipeline using 'Nix' as the underlying end-to-end build tool. Functions to plot the pipeline as a directed acyclic graph are included, as well as functions to load and inspect intermediary results for interactive analysis. User experience heavily inspired by the 'targets' package.
Efficiently Retrieve and Process Satellite Imagery
Downloads spatial data from spatiotemporal asset catalogs
('STAC'), computes standard spectral indices from the Awesome Spectral
Indices project (Montero et al. (2023)
Positron Emission Tomography Time-Activity Curve Analysis
To facilitate the analysis of positron emission tomography (PET)
time activity curve (TAC) data, and to encourage open science and
replicability, this package supports data loading and analysis of multiple
TAC file formats. Functions are available to analyze loaded TAC data for
individual participants or in batches. Major functionality includes weighted
TAC merging by region of interest (ROI), calculating models including
standardized uptake value ratio (SUVR) and distribution volume ratio (DVR,
Logan et al. 1996
Interactive, Complex Heatmaps
Make complex, interactive heatmaps. 'iheatmapr' includes a modular system for iteratively building up complex heatmaps, as well as the iheatmap() function for making relatively standard heatmaps.
'OpenStreetMap' API
Interface to 'OpenStreetMap API' for fetching and saving data from/to the 'OpenStreetMap' database (< https://wiki.openstreetmap.org/wiki/API_v0.6>).
Convert European Regional Data
Motivated by changing administrative boundaries over time,
the 'nuts' package can convert European regional data with NUTS codes
between versions (2006, 2010, 2013, 2016 and 2021) and levels (NUTS 1,
NUTS 2 and NUTS 3). The package uses spatial interpolation as in Lam
(1983)
Open Trade Statistics API Wrapper and Utility Program
Access 'Open Trade Statistics' API from R to download international trade data.
Downloading Supplementary Data from Published Manuscripts
Downloads data supplementary materials from manuscripts, using papers' DOIs as references. Facilitates open, reproducible research workflows: scientists re-analyzing published datasets can work with them as easily as if they were stored on their own computer, and others can track their analysis workflow painlessly. The main function suppdata() returns a (temporary) location on the user's computer where the file is stored, making it simple to use suppdata() with standard functions like read.csv().