construct_outputs: Construct outputs

View source: R/construct_outputs.R

construct_outputsR Documentation

Construct outputs

Description

Construct a list of requested outputs.

Usage

construct_outputs(
  outputs,
  command = NULL,
  path = NULL,
  data = NULL,
  verbose = TRUE
)

Arguments

outputs
  • "command"Text string of the command (without executing it.)

  • "path"Path to the saved data file.

  • "data"The resulting data in data.table format.

command

Whether to return the command.

path

Whether to return the path.

data

Whether to return the data.

verbose

Print messages.


RajLabMSSM/echotabix documentation built on Nov. 21, 2023, 8:02 a.m.