get_UniqueBinFileIdentifier | R Documentation |
Generate Unique Bin File Identifier
get_UniqueBinFileIdentifier(binfile)
binfile |
Text lines read from an open connection to a bin file. |
Function to create a UniqueBinFileIdentifier from a GENEActiv bin file.
Single string identifier.
binfile_path <- system.file("inst/extdata/20Hz_file.bin", package = "GENEAcore")
con <- file(binfile_path, "r")
binfile <- readLines(con, skipNul = TRUE)
close(con)
UniqueBinFileIdentifier <- get_UniqueBinFileIdentifier(binfile)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.