View source: R/call-adherer-external.R
getCallerWrapperLocation | R Documentation |
This function returns the full path to where the various wrappers
that
can call AdhereR
are installed.
getCallerWrapperLocation(callig.platform = c("python3")[1], full.path = FALSE)
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. |
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.
The full path to the requested wrapper or NULL if none exists.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.