fuzzyjoin with dates in R
问题 I am working on a project where I am analyzing individual-level survey data within countries based on outcomes of sports matches across countries and I am not sure what the most efficient way to produce the merge that I want is. I am working on two separate datasets. One contains individual-level data nested within countries. The data might look something like this: country <- c(rep("Country A", 4), rep("Country B", 6)) date <- c("2000-01-01", "2000-01-02", "2000-01-03", "2000-01-04", rep(