# NOT RUN {
# Weather data only
head(kamloops)
# Data about finch observations at RFID feeders in Kamloops, BC
head(finches)
# Match weather to finches
finch_weather <- weather_interp(data = finches, weather = kamloops)
# }
Run the code above in your browser using DataLab