Description Usage Arguments Examples
Function to convert xlsx files with salmon data to csv files. This function uses the readxl package which is part of the tidyverse package.
1 2 3 4 5 6 7 |
file.in |
path to the input file |
file.out |
path to the output file |
db.type |
one of "nuSEDS","EPAD", or "MRP" |
sheet.read |
number specifying the tab to read in. Default is 1. |
na.strings |
vector with strings to be interpreted as NA. Default is c("","NA") |
1 | ## Not run: xls2csv("test.xls","test.csv",db.type="nuSEDS")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.