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

18 lines
397 B
R

% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/types.R
\name{ts_dataframe}
\alias{ts_dataframe}
\title{Typed dataframe}
\usage{
ts_dataframe(...)
}
\arguments{
\item{...}{Named types.}
}
\value{
A ts object that accepts data frames with the specified types.
}
\description{
This is essentially a list, but the elements must have names and are all the same length.
}