CommencerCommencer gratuitement

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

Afficher le cours

Exercice interactif pratique

Essayez cet exercice en complétant cet exemple de code.

# Extract Feb. 25, 2013
___
Modifier et exécuter le code