Description Usage Arguments Value See Also Examples
Displays Hi-sAFe output variables, their definitions, and thier units.
1  | hop_params(variables = "all", search = FALSE, quiet = FALSE)
 | 
variables | 
 A character vector of specific Hi-sAFe output variables of which to display details. Can also be a regular expression for which to search in Hi-sAFe output variable names. If "all", the default, then a data.frame (tibble) containing all Hi-sAFe output variables is returned.  | 
search | 
 Logical indicating whether   | 
quiet | 
 Logical indicating whether or not to supress output printed to console.  | 
If variables is "all", the default, then a data.frame (tibble) containing all Hi-sAFe output variables
is returned. Otherwise, this data.frame is invisibly returned.
Other hisafe helper functions: 
copy_hisafe_template(),
get_pheno_dates(),
get_pruning_dates(),
hip_params(),
hisafe_info(),
hisafe_profiles(),
hop_filter(),
hop_merge(),
hop_rename(),
is_face(),
is_hip(),
is_hop(),
join_profiles(),
make_rel_years(),
profile_check(),
variable_check(),
which_profiles()
1 2 3 4 5  | ## Not run: 
hop_params()                 # details of all variables
hop_params("carbonBranches") # details of cellWidth parameter
## End(Not run)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.