Description Usage Arguments Value Examples
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.
1 |
x |
a tibble. The result of scrape function will be the input of this function. |
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.
1 | scrape_entry(3000010) %>% eksi_date_time_parse_legacy()
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.