Learn R Programming

GENEAcore (version 1.1.2)

get_UniqueBinFileIdentifier.filepath: 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)

Value

Single string identifier.

Arguments

binfile_path

Path to the file to be processed

Details

Function to create a UniqueBinFileIdentifier from a GENEActiv bin file.

Examples

Run this code
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