The hardware and bandwidth for this mirror is donated by METANET, the Webhosting and Full Service-Cloud Provider.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]metanet.ch.

One4All One4All logo

CRAN version R-CMD-check License: MIT Website

Overview

The One4All portal was designed to streamline data validation and formatting tasks. Its primary function is to read a set of rules from a ‘CSV’ or ‘Excel’ file to validate a dataset.

The package functions and Validator Tool also aid in creating valid ‘Excel’ files with conditional formatting based on specified rules, making it easier to identify and manage inconsistencies in data. Overall, the One4All portal aims to enhance data validation and management processes for a more efficient and accurate workflow.

Additionally, the One4All package has a variety of functionality and has been integrated in the Data Visualization Tool and the Microplastic Image Explorer, both available for use in this repository (see below).

Installation

One4All is available from CRAN and GitHub.

Get the released version from CRAN:

install.packages("One4All")

Or the development version from GitHub:

# install.packages("remotes")
remotes::install_github("Moore-Institute-4-Plastic-Pollution-Res/One4All")

Getting Started

library(One4All)

Tools

Users can run each of the tools using this function and replacing the app name:

run_app(app = "validator")
run_app(app = "data_visualization")
run_app(app = "microplastic_image_explorer")

Data Validator

Data validation is essential before sharing data widely. The functionality of the Validator app is based on the One4All package CRAN version Website.

If using the web app:


Data Visualization

The Data Visualization Tool allows users to analyze microplastics data through maps, plots, and tables. We also aim to integrate shared data from the Validator tool. The code for the app is in /inst/apps/data_visualization.


Microplastic Image Explorer

The Microplastic Image Explorer allows users to query microplastic images from our database by selecting filters. Users can apply more than one filter from citation, color, morphology, and/or polymer. The code for the app is in /inst/apps/microplastic_image_explorer.


Additional Instructions

Access the pkgdown and vignettes here: https://moore-institute-4-plastic-pollution-res.github.io/One4All/

Contributing

Contributions to One4All are welcome!

License

One4All is released under the MIT License. Please see the license file for more information.

These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.