import.many.csv: Import Many CSV Files

Description Usage Arguments Value Note See Also Examples

View source: R/import.many.csv.R

Description

Import many STAR CSV files from a directory tree into a cluster (list) of STAR objects.

Usage

1

Arguments

dir

directory name.

Value

A cluster (list) of STAR objects.

Note

The top directory can have any name, but the directory tree must have the following structure:

1
2
3
4
5
6
7
dirname/
    STAR_2019_HKE_4/
        metadata.csv
        timeseries.csv
    STAR_2019_HKE_5/
        metadata.csv
        timeseries.csv

See Also

read.star.csv reads a pair of STAR CSV files into a STAR object.

write.star.csv writes a STAR object to CSV files.

import.many.templates imports many Excel STAR templates from a directory into a cluster (list).

export.many.csv exports a cluster (list) of STAR objects to CSV files.

gfcmSTAR-package gives an overview of the package.

Examples

1
2
3
4
## Not run: 
cluster <- import.many.csv("csv")

## End(Not run)

gfcm/gfcmSTAR documentation built on Feb. 5, 2022, 2:14 p.m.