Learn R Programming

GENEAcore (version 1.1.2)

get_UniqueBinFileIdentifier.dir: Generate Unique Bin File Identifier for each bin file within a directory path

Description

Generate Unique Bin File Identifier for each bin file within a directory path

Usage

get_UniqueBinFileIdentifier.dir(binfile_directory)

Value

Named vector, the vector name is the filename and the value the identifier.

Arguments

binfile_directory

Path to the file to be processed

Details

Function to create a UniqueBinFileIdentifier from a GENEActiv bin file.

Examples

Run this code
binfile_directory <- system.file("extdata", package = "GENEAcore")
UniqueBinFileIdentifiers <- get_UniqueBinFileIdentifier.dir(binfile_directory)

Run the code above in your browser using DataLab