csvParam2Json: convert CSV input parameter file to JSON format

View source: R/csvParam2Json.R

csvParam2JsonR Documentation

convert CSV input parameter file to JSON format

Description

convert CSV input parameter file to JSON format

Usage

csvParam2Json(
  infile,
  outfile = sub("[^/]+$", "parameters.json", infile),
  srOverride = FALSE
)

Arguments

infile

the input CSV file

outfile

the output JSON file. Defaults to parameters.json in the same directory

Value

NULL. Results are written to file.


jweile/tileseqMave documentation built on April 5, 2024, 4:51 p.m.