View source: R/apollo_varList.R
apollo_varList | R Documentation |
Returns a list containing the names and definitions of variables in f, apollo_randCoeff
and apollo_lcPars
apollo_varList(f, apollo_inputs)
f |
A function, usually |
apollo_inputs |
List grouping most common inputs. Created by function apollo_validateInputs. |
It looks for variable definitions inside f, apollo_randCoeff
, and apollo_lcPars
. It returns
them in a list.
A list of expressions containing all definitions in f, apollo_randCoeff
and apollo_probabilities
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.