wfdb_paths {EGM} | R Documentation |
WFDB path utilities
Description
These functions are used to help find and locate commands from the installation of WFDB. They are helpful in setting and getting path options and specific WFDB commands. They are primarily internal helper functions, but are documented for troubleshooting purposes.
Usage
find_wfdb_software()
set_wfdb_path(.path)
find_wfdb_command(.app, .path = getOption("wfdb_path"))
Arguments
.path |
A |
.app |
The name of WFDB software command or application as a |
Value
These functions are helper functions to work with the user-installed WFDB software. They do not always return an object, and are primarily used for their side effects. They are primarily developer functions, but are exposed to the user to help troubleshoot issues with their installation of WFDB.
[Package EGM version 0.1.0 Index]