df.as.text | R Documentation |
collapse a data frame into a tab-separated text table, suitable for a .tsv file. Particularly useful for stringing multiple data frames together into a single report.
df.as.text(df, sep = "\t")
df |
a data frame to convert to a vector |
sep |
a delimiter. Defaults to tab-separated text. |
a character vector with one entry per row of the data frame. Each row is collapsed to a single entry with variables separated by tabs. NA and Inf values are replaced with blanks.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.