Skip to contents

Write List of Tidy Tibbles

Usage

write_dracarys_list_of_tbls(
  list_of_tbls,
  out_dir = NULL,
  prefix = NULL,
  out_format = "tsv",
  drid = NULL
)

Arguments

list_of_tbls

List of tidy tibbles.

out_dir

Output directory.

prefix

Prefix of output file(s).

out_format

Format of output file(s).

drid

dracarys ID to use for the dataset (e.g. wfrid.123, prid.456).

Value

Tibble with nested objects that have been written to the output directory.