Description Usage Arguments Value Examples
Exports the total number of reads for each file_code
Data are save in an excel file
1 2 3 4 | metapr2_export_reads_total(
directory = "C:/daniel.vaulot@gmail.com/Databases/_metaPR2/export/",
dataset_id_selected = c(1:500)
)
|
directory |
Directory where the files are saved (finish with /) |
dataset_id_selected |
Integer vector, e.g. 23 or c(21, 23) or 21:23 |
A data frame with 2 columns:
file_code
reads_total
1 2 | # Export data for all datasets
df <- metapr2_export_reads_total()
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.