Description Usage Arguments Details Value
Specify Data Set to be Used
1 2 3 4 5 6 7 8 | spec_dataset(
data_list,
dims,
ana_threshold,
calc_type = c("product", "product_drug", "multi_residue"),
...,
digits = 2
)
|
data_list |
list of multi-dimensions combinations statistics. |
dims |
character vector. All dimension variable names. |
ana_threshold |
data frame of analysis threshold. This function will find the corresponding threshold value in it. |
calc_type |
character. The type of statistics to be selected which should
be in |
... |
dimension variable names to bed selected. |
digits |
numeric, default 2. Do not keep dicimal places if set NA. |
spec_dataset()
is closely related with the key names in
the return list of gen_dims_comb_stats()
. This function use the same method
of variable name construction with gen_dims_comb_stats()
and this method is
hard-encoding hence can not be changed.
data frame with dimension labels and statistics.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.