check_dependencies | R Documentation |
Check that the required dependencies are available for slendr to work
check_dependencies(python = FALSE, slim = FALSE, quit = FALSE)
python |
Is the slendr Python environment required? |
slim |
Is SLiM required? |
quit |
Should the R interpreter quit if required slendr dependencies are
missing? This option (which is not turned on by default, being set to
|
If quit = TRUE
, no values is returned, if quit = FALSE
,
a scalar logical value is returned indicating whether or not the dependencies
are present.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.