Description Usage Arguments Value
collapse a data frame into a tab-seperated text table, suitable for a .tsv file. Particularly useful for stringing multiple data frames together into a single report.
1 | df.as.text(df, sep = "\t")
|
df |
a data frame to convert to a vector |
sep |
a delimiter. Defaults to tab-seperated text. |
a character vector with one entry per row of the data frame. Each row is collasped 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.