export_output: Export output

View source: R/export_output.R

export_outputR Documentation

Export output

Description

This function creates the output directory if it doesn't exist and exports the data frame to a tab-delimited file.

Usage

export_output(x, file = output)

Arguments

x

data frame to be exported

file

path to the output file

Examples

export_output(x = data.frame(), file = "output/file.tsv")

taxonomicallyinformedannotation/tima-r documentation built on May 17, 2024, 6:30 a.m.