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.
Este ejercicio forma parte del curso
Manipulating Time Series Data in R
Ejercicio interactivo práctico
Prueba este ejercicio completando el código de muestra.
# Extract Feb. 25, 2013
___