eksi_date_time_parse_legacy: Convert data_time column into POSIXct (Legacy)

Description Usage Arguments Value Examples

Description

Before the entry ID 49790 (ancient times), date_time object only stored date, not time. Therefore, this fuction is only necessary for parsing date of enties with id<49790.

Usage

1

Arguments

x

a tibble. The result of scrape function will be the input of this function.

Value

A tibble. Adds two new columns (POSIXct type) to the existing tibble called original_date_time and edited_date_time. The latter is only for edited entries. Otherwise, fills NA.

Examples

1
scrape_entry(3000010) %>% eksi_date_time_parse_legacy()

sefabey/eksiR documentation built on May 24, 2019, 1:34 a.m.