goog_tbl_df {usdatasets} | R Documentation |
The dataset name has been changed to 'goog_tbl_df' to avoid confusion with other packages in the R ecosystem from which datasets have been sourced. This naming convention helps distinguish this dataset as part of the 'usdatasets' package and assists users in identifying its specific characteristics. The suffix 'tbl_df' identifies the dataset as a tibble. The original content of the dataset has not been modified in any way.
data(goog_tbl_df)
A tibble with 98 observations and 7 variables:
Date of the stock price observation (factor with 98 levels).
Opening price of the stock (numeric).
Highest price during the trading session (numeric).
Lowest price during the trading session (numeric).
Closing price of the stock (numeric).
Number of shares traded (integer).
Adjusted closing price of the stock (numeric).
Google Stock Market Data