Description Usage Details Value
There are a number of package options you can adjust. These are printed when
you call viewPkgOptions
. You can adjust these values through
setPkgOption
.
1 |
language
:
The language that the analysis runs in (passed to R environment variable "LANG"). Defaults to "en" to avoid translation of strings.
See https://www.gnu.org/software/gettext/manual/html_node/Usual-Language-Codes.html
data.dirs
:
The directories where datafiles can be found so they may be used by runAnalysis
.
html.dir
:
The directory where the javascript, css and .html files can be found to create output identical to JASP. Used by view
.
view.in.rstudio
:
This option specifies where the html output of runAnalysis
will be shown: inside RStudio or in a separate webbrowser.
reinstall.modules
:
When you run an analysis or test it, jaspTools calls the *installed* version of the module.
This option specifies if the installed version should be reinstalled automatically when you make any changes to your module.
module.dirs
:
The directories that hold the source for the JASP module(s) you are working on.
These module directories are used to find the R functions etc. in runAnalysis
and the various testing functions.
A print of the configurable options.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.