data_frame_as_string | R Documentation |
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
data_frame_as_string(data)
data |
The data.frame to convert |
A string representing the passed data.frame
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.