fr - Frictionless Standards
A "tabular-data-resource" (<https://specs.frictionlessdata.io/tabular-data-resource/>) is a simple format to describe a singular tabular data resource such as a CSV file. It includes support both for metadata such as author and title and a schema to describe the data, for example the types of the fields/columns in the data. Create a tabular-data-resource by providing a data.frame and specifying metadata. Write and read tabular-data-resources to and from disk.
Last updated 15 days ago
5.87 score 1 stars 1 packages 62 scripts 180 downloadsautomagic - Automagically Document and Install Packages Necessary to Run R Code
Parse R code in a given directory for R packages and attempt to install them from CRAN or GitHub. Optionally use a dependencies file for tighter control over which package versions to install.
Last updated 4 years ago
5.61 score 57 stars 2 packages 12 scripts 465 downloadsdpkg - Create, Stow, and Read Data Packages
Data frame, tibble, or tbl objects are converted to data package objects using specific metadata labels (name, version, title, homepage, description). A data package object ('dpkg') can be written to disk as a 'parquet' file or released to a 'GitHub' repository. Data package objects can be read into R from online repositories and downloaded files are cached locally across R sessions.
Last updated 18 days ago
4.77 score 3 stars 1 packages 7 scriptss3 - Download Files from 'AWS S3'
Download files hosted on 'AWS S3' (Amazon Web Services Simple Storage Service; <https://aws.amazon.com/s3/>) to a local directory based on their URI. Avoid downloading files that are already present locally. Allow for customization of where to store downloaded files.
Last updated 3 months ago
4.56 score 3 stars 4 packages 9 scripts 225 downloadscincy - Cincinnati Neighborhood, Tract, County, and ZIP Code Geographies
Provide simple feature (sf) objects for Cincinnati neighborhood, tract, county, and ZIP code geographies.
Last updated 3 months ago
4.46 score 2 packages 12 scriptsmappp - Map in Parallel with Progress
Provides one function, which is a wrapper around purrr::map() with some extras on top, including parallel computation, progress bars, error handling, and result caching.
Last updated 3 years ago
4.22 score 11 stars 1 packages 2 scripts 218 downloadscodec - Community Data Explorer for Cincinnati
This repository serves as the definition of the CoDEC data specifications and provides helpers to create, validate, release, and read CoDEC data.
Last updated 16 days ago
4.04 score 4 stars 25 scriptsPurpleAir - Query the 'PurpleAir' Application Programming Interface
Send requests to the 'PurpleAir' Application Programming Interface (API; <https://community.purpleair.com/c/data/api/18>). Check a 'PurpleAir' API key and get information about the related organization. Download real-time data from a single 'PurpleAir' sensor or many sensors by sensor identifier, geographical bounding box, or time since modified. Download historical data from a single sensor.
Last updated 2 months ago
3.18 score 1 stars 3 scripts 250 downloadsOfflineGeocodeR - Geocoding Inside R Based on a Dockerized Offline TIGER/Line Range Geocoder
Uses a local Docker installation to pull and run an offline geocoding container in the background. The geocode() function calls the container and aggregates the results, optionally using a cache for memoization.
Last updated 3 years ago
2.81 score 13 stars 1 scripts