ts/man/ts_dataframe.Rd
2024-07-29 13:37:43 +12:00

12 lines
285 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(...)
}
\description{
This is essentially a list, but the elements must have names and are all the same length.
}