getCallerWrapperLocation {AdhereR} | R Documentation |
getCallerWrapperLocation.
Description
This function returns the full path to where the various wrappers
that
can call AdhereR
are installed.
Usage
getCallerWrapperLocation(callig.platform = c("python3")[1], full.path = FALSE)
Arguments
callig.platform |
A string specifying the desired wrapper. Currently it can be "python3". |
full.path |
A logical specifying if the returned path should also include the wrapper's main file name. |
Details
In most cases, these wrappers are one or more files in the calling language
that may be directly used as such.
For more details see the vignette describing the included reference
Python 3
wrapper.
Value
The full path to the requested wrapper or NULL if none exists.
[Package AdhereR version 0.8.1 Index]