File: drinks.Rd

package info (click to toggle)
r-cran-modeldata 1.4.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 5,592 kB
  • sloc: sh: 13; makefile: 2
file content (25 lines) | stat: -rw-r--r-- 619 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/drinks.R
\docType{data}
\name{drinks}
\alias{drinks}
\title{Sample time series data}
\source{
The Federal Reserve Bank of St. Louis website https://fred.stlouisfed.org/series/S4248SM144NCEN
}
\value{
\item{drinks}{a tibble}
}
\description{
Sample time series data
}
\details{
Drink sales. The exact name of the series from FRED is:
"Merchant Wholesalers, Except Manufacturers' Sales Branches and Offices
Sales: Nondurable Goods: Beer, Wine, and Distilled Alcoholic Beverages Sales"
}
\examples{
data(drinks)
str(drinks)
}
\keyword{datasets}