ts/man/ts_null.Rd
Tom Elliott 5e84656a89 docs
2025-01-20 21:13:21 +13:00

15 lines
270 B
R

% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/types.R
\name{ts_null}
\alias{ts_null}
\title{Null type}
\usage{
ts_null()
}
\value{
A ts object that only accepts \code{NULL}.
}
\description{
This is a type that only accepts \code{NULL}.
}