eksi_date_time_parse: Convert data_time column into POSIXct

Description Usage Arguments Value Examples

Description

Convert data_time column into POSIXct

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()

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