НачатьНачать бесплатно

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.

Это упражнение является частью курса

Manipulating Time Series Data in R

Посмотреть курс

Интерактивное практическое упражнение

Попробуйте выполнить это упражнение, дополнив этот пример кода.

# Extract Feb. 25, 2013
___
Редактировать и запускать код