read simulation parameters

read_params(
  fn,
  value_col = "Value",
  symbol_col = "Symbol",
  desc_col = "Parameter"
)

Arguments

fn

file name (CSV file containing at least value and symbol columns); file should either be findable from current working directory or available in the built-in params directory

value_col

name of column containing values

symbol_col

name of column containing symbols

desc_col

name of (optional) column containing descriptions