data_frame_as_string: Converts a data.frame to a string representation

Description Usage Arguments Value

View source: R/utils.R

Description

A data.frame is converted into a single string using '\t' (the characters, not tab) as field delimiter and '\n' (the characters, not newline) as line delimiter

Usage

1

Arguments

data

The data.frame to convert

Value

A string representing the passed data.frame


ReactomeGSA documentation built on April 17, 2021, 6:01 p.m.