Description Usage Arguments Details Value Note See Also Examples
View source: R/import.many.templates.R
Import many Excel STAR templates from a directory into a cluster (list) of STAR objects.
1 2 |
dir |
directory name. |
pattern |
regular expression to select filenames to include. |
exclude |
filenames to exclude. |
short |
whether to show the filename in a short |
qc |
whether to call |
quiet |
whether to suppress messages. |
... |
passed to |
The default pattern
selects all filenames ending with ‘xls’ or
‘xlsx’.
A cluster (list) of STAR objects.
A generic script to import many templates is covered in the 'Script' section of the gfcmSTAR-package help page.
read.template
reads an Excel STAR template into a STAR object.
import.many.csv
imports many STAR CSV files from a directory
tree into a cluster.
peek
examines a metadata field of STAR objects.
report
reports which files successfully were imported.
gfcmSTAR-package
gives an overview of the package.
1 2 3 4 | ## Not run:
cluster <- import.many.templates("STAR")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.