View source: R/CoreFunctions.R
setFUSIONpath | R Documentation |
setFUSIONpath
sets an environment variable local to the fusionwrapr
package that specifies
the install folder for FUSION. This is necessary when the FUSION install folder has not been added
to the PATH environment variable.
setFUSIONpath(installPath)
installPath |
character string containing the FUSION install folder. A trailing forward slash will be added if not included. |
character string containing the installPath
passed to the function.
## Not run:
setFUSIONpath("C:/FUSION/")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.