Finding an observation from a specific date
Extracting the observation at a specified point in time can come in handy when working with data such as financial records or sales history.
In this exercise, you'll extract observations from card_prices
, a multiple time series that tracks the average price of three popular trading cards.
Cet exercice fait partie du cours
Manipulating Time Series Data in R
Exercice interactif pratique
Essayez cet exercice en complétant cet exemple de code.
# Extract Feb. 25, 2013
___