How to get frequency count of date based on condition in R?
问题 Below is my scenerio. Scenerio I have two dataframe. 1st dataframe contains data about system usage and another dataframe contains data about System location. I would like to track instrument usage based on date the system was used and also the location where the instrument is located. For this I am performing outer join on dataframes using dplyr library. Next, I would like to get frequency count of the systems based on date. For this I am using groupby on System and Locations. If the system