apachelog <- stream_in(logfile)
#apachelog$time <- gsub("\\[|\\]", "", apachelog$time)
apachelog %>%
mutate(time = gsub("\\[|\\]", "", time),
apachelog <- stream_in(logfile)
#apachelog$time <- gsub("\\[|\\]", "", apachelog$time)
apachelog %>%
mutate(time = gsub("\\[|\\]", "", time),