Skip to contents

Create a numeric series with no discrete values.

Usage

empty_series(mode = c("double", "integer"))

Arguments

mode

Character vector of length 1 indicating the numeric type of the numeric series; either "double" (the default) or "integer".

Value

An empty numeric series of the specified mode.

Examples

empty_series()
#> Empty series.