Skip to content

Read keyword arguments from json file automagically, using R.

Notifications You must be signed in to change notification settings

VForWaTer/json2aRgs

Repository files navigation

json2aRgs

R-CMD-check codecov CRAN status

Parse Parameters Inside a Docker Container (tool)

The functions get_parameters() and get_data() are intended to be used within a docker container with a certain file structure to read keyword arguments from the file /in/input.json automagically. The file /src/tool.yaml contains specifications on these keyword arguments, which are then passed as input to containerized R tools in the tool-runner framework.

A template for a containerized R tool, which can be used as a basis for developing new tools, is available at the following URL: https://github.com/VForWaTer/tool_template_r.

Installation

You can install the development version of json2aRgs from GitHub with:

install.packages("remotes")
remotes::install_github("VForWaTer/json2aRgs")

About

Read keyword arguments from json file automagically, using R.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages