check_binaries | R Documentation |
Some of cragr's functionalities require certain third-party binaries to exist in PATH. For example, selectively loading cfDNA fragments from a certain region under the hood invokes tabix to complete the task. This function checks whether certain binaries exist.
check_binaries(binaries = "tabix", verbose = FALSE, stop_on_fail = FALSE)
binaries |
Character vector indicating what binaries to check. Default is tabix. |
verbose |
Logical value indicating whether to output detailed messages. Default is FALSE. |
stop_on_error |
Stop the script completely if the result is |
Logical value. TRUE if all required binaries can be found in PATH.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.