reframe | R Documentation |
sub_criteria
objectsModify the attributes of a sub_criteria
object.
reframe(x, ...)
## S3 method for class 'sub_criteria'
reframe(x, func = identity, ...)
x |
|
... |
Arguments passed to methods. |
func |
|
sub_criteria
; eval_sub_criteria
; attr_eval
s_cri <- sub_criteria(month.abb, month.name)
reframe(s_cri, func = function(x) x[12])
reframe(s_cri, func = function(x) x[12:1])
reframe(s_cri, func = function(x) attrs(x[1:6], x[7:12]))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.