powered by
Generate Unique Bin File Identifier from a file path
get_UniqueBinFileIdentifier.filepath(binfile_path)
Single string identifier.
Path to the file to be processed
Function to create a UniqueBinFileIdentifier from a GENEActiv bin file.
binfile_path <- system.file("extdata/20Hz_file.bin", package = "GENEAcore") UniqueBinFileIdentifier <- get_UniqueBinFileIdentifier.filepath(binfile_path)
Run the code above in your browser using DataLab