View source: R/time_of_day_binner.R
time_of_day_binner | R Documentation |
Creates circadian fingerprint
time_of_day_binner(timestamps)
timestamps |
a timestamps object that includes human-readable columns |
time bins object that gives the circadian footprint of each user
my_timestamps <- data.frame(author=c(1,1,2,2), created_utc=1.6*10^9+c(0,1000,2000,3000)) my_timezones <- create_dummy_timezones(my_timestamps) time_of_day_binner(assign_time_of_day(my_timestamps, my_timezones))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.