Nothing
Code
res
Output
[1] a b
attr(,"label")
[1] alphabet
Levels: a b
Code
res
Output
[1] a missing b
attr(,"label")
[1] alphabet
Levels: a b missing
Code
res
Output
[1] 1 2
Levels: 1 2
Code
res
Output
[1] "[0%,20%]" "(20%,56%]" "(56%,80%]" "(80%,100%]"
Code
res
Output
[1] "[0%,20%]" "(20%,55.5%]" "(55.5%,80%]" "(80%,100%]"
Code
res
Output
[1] "[0%,100%]"
Code
res
Output
[1] "[0%,25%]" "(25%,50%]" "(50%,75%]" "(75%,100%]"
Code
res
Output
[1] "[0%,10%]" "(10%,30%]" "(30%,80%]" "(80%,100%]"
Code
res
Output
[1] "low" "medium" "high" "top"
Code
res
Output
[1] "[0%,25%]" "(25%,50%]" "(50%,75%]" "(75%,100%]"
Code
res
Output
[1] a c
Levels: a c
Code
res
Output
[1] <Missing> b <Missing>
Levels: a b <Missing>
Code
res
Output
[1] <Missing> TRT CTRL CTRL
Levels: TRT CTRL <Missing>
na_level
as expectedCode
res
Output
[1] <NA> TRT Missing CTRL
Levels: TRT CTRL Missing
Code
res
Output
[1] <Missing> TRT CTRL CTRL
Levels: TRT CTRL <Missing>
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.