opts_FRK | R Documentation |
The main options list for the FRK package.
opts_FRK
List of 2
$
set:function(opt,value)
$
get:function(opt)
opts_FRK
is a list containing two functions, set
and get
, which can be used to set options and retrieve options, respectively. Currently FRK
uses three options:
a flag indicating whether progress bars should be displayed or not
a flag indicating whether certain progress messages should be shown or not. Currently this is the only option applicable to method
= "TMB"
an integer indicating the number of cores to use. A number 0 or 1 indicates no parallelism
opts_FRK$set("progress",1L)
opts_FRK$get("parallel")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.