R/empty_set.R
empty_series.Rd
Create a numeric series with no discrete values.
empty_series(mode = c("double", "integer"))
Character vector of length 1 indicating the numeric type of the numeric series; either "double" (the default) or "integer".
An empty numeric series of the specified mode.
empty_series() #> Empty series.