log_strptime: timestamp handling for the RequestLogs

Description Usage Arguments Details Value See Also

Description

Format timestamps from our sampled and unsampled RequestLogs as POSIXlt timestamps.

Usage

1

Arguments

x

a vector containing timestamps

Details

As with all timestamp conversion, unconvertible timestamps (which are to be expected: both the sampled and unsampled logs sometimes get columns wrong) are stored as an NA. column <- column[!is.na(column)] will exclude them.

Value

a vector of POSIXlt timestamps

See Also

hive_query for querying the unsampled logs, sampled_logs for querying the sampled logs, parse_uuids for parsing app unique IDs out of requestlog URLs, and mw_strptime for parsing MediaWiki timestamps.


wikimedia-research/WMUtils documentation built on May 4, 2019, 5:23 a.m.