export_data_bt: Export dataset to a text file

View source: R/export_data.r

export_data_btR Documentation

Export dataset to a text file

Description

This function exports a data frame to a tab-delimited text file (BayesTraits style).

Usage

export_data_bt(data, file)

Arguments

data

A data frame

file

Output file directory

Value

This function outputs a tab-delimited text file containing the dataset.

Author(s)

Kevin Surya


suryakevin/drugcandy documentation built on May 6, 2022, 6:37 p.m.