missing = error
errorsCode
iv_span(x, missing = "error")
Condition
Error in `iv_span()`:
! `x` can't contain missing values.
missing = drop
+ empty = error
errorsCode
iv_span(x, missing = "drop", empty = "error")
Condition
Error in `iv_span()`:
! `x` can't be empty.
empty = error
errorsCode
iv_span(x, empty = "error")
Condition
Error in `iv_span()`:
! `x` can't be empty.
empty
to pre-proxied type of x
Code
iv_span(x, empty = empty)
Condition
Error in `iv_span()`:
! Can't convert `empty` <iv<double>> to match type of `x` <nested_integer_iv>.
Code
iv_span(x, empty = empty)
Condition
Error in `iv_span()`:
! Can't convert `empty` <nested_integer_iv> to match type of `x` <iv<integer>>.
missing
to pre-proxied type of x
Code
iv_span(x, missing = missing)
Condition
Error in `iv_span()`:
! Can't convert `missing` <iv<integer>> to match type of `x` <nested_integer_iv>.
Code
iv_span(x, missing = missing)
Condition
Error in `iv_span()`:
! Can't convert `missing` <nested_integer_iv> to match type of `x` <iv<integer>>.
Code
iv_span(x, 2)
Condition
Error in `iv_span()`:
! `...` must be empty.
x Problematic argument:
* ..1 = 2
i Did you forget to name an argument?
x
is an ivCode
iv_span(1)
Condition
Error in `iv_span()`:
! `x` must be an <iv>, not the number 1.
empty
Code
iv_span(x, empty = "x")
Condition
Error in `iv_span()`:
! `empty` must be one of "missing" or "error", not "x".
Code
iv_span(x, empty = 1)
Condition
Error in `iv_span()`:
! `empty` must be a string or an iv, not the number 1.
Code
iv_span(x, empty = iv(1.5, 2.5))
Condition
Error in `iv_span()`:
! Can't convert from `empty` <double> to `x` <integer> due to loss of precision.
* Locations: 1
Code
iv_span(x, empty = iv(1:2, 2:3))
Condition
Error in `iv_span()`:
! `empty` must have size 1, not size 2.
missing
Code
iv_span(x, missing = "x")
Condition
Error in `iv_span()`:
! `missing` must be one of "propagate", "drop", or "error", not "x".
Code
iv_span(x, missing = 1)
Condition
Error in `iv_span()`:
! `missing` must be a string or an iv, not the number 1.
Code
iv_span(x, missing = iv(1.5, 2.5))
Condition
Error in `iv_span()`:
! Can't convert from `missing` <double> to `x` <integer> due to loss of precision.
* Locations: 1
Code
iv_span(x, missing = iv(1:2, 2:3))
Condition
Error in `iv_span()`:
! `missing` must have size 1, not size 2.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.