data_frame_as_string: Converts a data.frame to a string representation

View source: R/utils.R

data_frame_as_stringR Documentation

Converts a data.frame to a string representation

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

data_frame_as_string(data)

Arguments

data

The data.frame to convert

Value

A string representing the passed data.frame


reactome/ReactomeGSA documentation built on Nov. 13, 2023, 11:13 p.m.