
Target factory for csv features metadata import
Source:R/data_import.R
import_fmetadata_csv_factory.RdCreates a list of targets that track each file and import the features metadata from each csv file.
Value
A list of target objects. For example, with two files to import and
target_name_suffixes = c("geno", "transcripto"),
the factory returns the following targets:
fmetadata_file_genoandfmetadata_file_transcripto: targets tracking the genomics and transcriptomics features metadata files, respectively.fmetadata_genoandfmetadata_transcripto: targets that import the genomics and transcriptomics features metadata dataset.