powered by
Generate Unique Bin File Identifier for each bin file within a directory path
get_UniqueBinFileIdentifier.dir(binfile_directory)
Named vector, the vector name is the filename and the value the identifier.
Path to the file to be processed
Function to create a UniqueBinFileIdentifier from a GENEActiv bin file.
binfile_directory <- system.file("extdata", package = "GENEAcore") UniqueBinFileIdentifiers <- get_UniqueBinFileIdentifier.dir(binfile_directory)
Run the code above in your browser using DataLab