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

12 lines
254 B
R

% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/types.R
\name{ts_list}
\alias{ts_list}
\title{Typed list}
\usage{
ts_list(values = NULL)
}
\description{
A list is a vector of other robjects, which may or may not be named.
}