Skip to content

Commit

Permalink
code factoring
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexDo1 committed Jun 21, 2024
1 parent deedaab commit 7f088ee
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions R/get_parameters.R
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
#'
#' @description
#' This package is intended to be used inside a docker container to parse
#' parameters from "/in/parameters.json" with the help of
#' parameters from "/in/input.json" with the help of
#' the parameter configuration in "/src/tool.yml".
#'
#' @return A list of the parsed parameters specified in "/in/parameters.json"
#' @return A list of the parsed parameters specified in "/in/input.json"
#' @examples
#' \dontrun{
#' params <- get_parameters()
Expand All @@ -14,7 +14,6 @@
#' @importFrom jsonlite read_json
#' @importFrom yaml read_yaml
#' @importFrom tools file_ext
#' @importFrom utils read.csv read.table

get_parameters <- function() {
# get the input file env variable
Expand Down

0 comments on commit 7f088ee

Please sign in to comment.