flyCSV | R Documentation |
This function loads a file as a matrix. It assumes that the first column contains the rownames and the subsequent columns are the sample identifiers. Any rows with duplicated row names will be dropped with the first one being kepted.
flyCSV( df, filename = NA, browser = getOption("browser"), row.names = FALSE, encoding = "" )
df |
Object do be written. Usually data frame. |
filename |
a file name/path to save the CSV to. If provided, the file will not be deleted afterwards. |
browser |
a non-empty character string giving the name of the program to be used as the HTML browser. |
row.names |
Whether to include row names on the first column. TRUE or FALS. |
encoding |
File encoding. Passes to write.csv |
df Returns the original object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.