I have (in R) a log of unique keys and time entries in a dataset, which I want to extract using a hash search by the corresponding keys (there is for example the session j2i312 and all associated with it timepoints, at which one has changed the page). When I make a hashmap, the keys are aggregated (there are no repeating ones), but I see only one time entry per bucket. Is there a way to see all entries and if yes, how? Would you suggest some other procedure in this case?
Many thanks in advance!