Apologies in advance for the noob question. I have 2 different csv data sets containing different information but share the same primary key "staff name". I'm trying to find out how productive employees are during the hours they worked by pulling the volume.csv and timecard.csv. Is there a way to overlay the data to analyze how productive they are on a given day using the primary key? The timecard.csv file has data by paycode (personal holiday, overtime, regular) and volume.csv file has data by unique visit # (accessions).
R Script: myvoldata=read.csv("Rad Tech Productivity_May 2021 Volume.csv") mytimedata=read.csv("Kronos Employee_May 2021.csv")