Learn R Programming

JapanAPIs (version 0.1.1)

toyota_stock_prices_df: Toyota Stock Prices

Description

This dataset, toyota_stock_prices_df, is a data frame containing the average monthly stock prices of Toyota from 1982 to 1998.

Usage

data(toyota_stock_prices_df)

Arguments

Format

A data frame with 255 observations and 2 variables:

Month

Month number from the beginning of the time series (integer)

Value

Average monthly stock price (numeric)

Details

The dataset name has been kept as 'toyota_stock_prices_df' to avoid confusion with other datasets in the R ecosystem. This naming convention helps distinguish this dataset as part of the JapanAPIs package and assists users in identifying its specific characteristics. The suffix 'df' indicates that the dataset is a data frame. The original content has not been modified in any way.