data_frame_as_string {ReactomeGSA}R 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


[Package ReactomeGSA version 1.0.0 Index]