type_sum.param | R Documentation |
type_sum()
controls how objects are shown when inside tibble
columns.
## S3 method for class 'param'
type_sum(x)
x |
A |
For param
objects, the summary prefix is either
"dparam
" (if a qualitative parameter) or "nparam
" (if
quantitative). Additionally, brackets are used to indicate if
there are unknown values. For example, "nparam[?]
" would
indicate that part of the numeric range is has not been
finalized and "nparam[+]
" indicates a parameter that is
complete.
A character value.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.