Nothing
Code
base[2:1, ]
Condition
Error in `base[2:1, ]`:
! `i` and `j` must be increasing sequences of numbers
Code
base[c(2, 2), ]
Condition
Error in `base[c(2, 2), ]`:
! `i` and `j` must be increasing sequences of numbers
Code
base[, 2:1]
Condition
Error in `base[, 2:1]`:
! `i` and `j` must be increasing sequences of numbers
Code
base[, c(1, 1)]
Condition
Error in `base[, c(1, 1)]`:
! `i` and `j` must be increasing sequences of numbers
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.