get_UniqueBinFileIdentifier.filepath: Generate Unique Bin File Identifier from a file path

View source: R/MPI_create.R

get_UniqueBinFileIdentifier.filepathR Documentation

Generate Unique Bin File Identifier from a file path

Description

Generate Unique Bin File Identifier from a file path

Usage

get_UniqueBinFileIdentifier.filepath(binfile_path)

Arguments

binfile_path

Path to the file to be processed

Details

Function to create a UniqueBinFileIdentifier from a GENEActiv bin file.

Value

Single string identifier.

Examples

binfile_path <- system.file("extdata/20Hz_file.bin", package = "GENEAcore")
UniqueBinFileIdentifier <- get_UniqueBinFileIdentifier.filepath(binfile_path)

GENEAcore documentation built on Nov. 22, 2025, 1:06 a.m.