Code
full_seq(c(1, 3, 4), 2)
Condition
Error in `full_seq()`:
! `x` is not a regular sequence.
Code
full_seq(c(0, 10, 20), 11, tol = 1.8)
Condition
Error in `full_seq()`:
! `x` is not a regular sequence.
Code
full_seq(x, period = "a")
Condition
Error in `full_seq()`:
! `period` must be a number, not the string "a".
Code
full_seq(x, 1, tol = "a")
Condition
Error in `full_seq()`:
! `tol` must be a number, not the string "a".
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.