| get_UniqueBinFileIdentifier.dir | R Documentation |
Generate Unique Bin File Identifier for each bin file within a directory path
get_UniqueBinFileIdentifier.dir(binfile_directory)
binfile_directory |
Path to the file to be processed |
Function to create a UniqueBinFileIdentifier from a GENEActiv bin file.
Named vector, the vector name is the filename and the value the identifier.
binfile_directory <- system.file("extdata", package = "GENEAcore")
UniqueBinFileIdentifiers <- get_UniqueBinFileIdentifier.dir(binfile_directory)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.