I read the excel file shown in the image below into R using the read_excel() from the readxl package. Is there a way for me to turn the data into a table where it counts the number of Locations by Company as shown in the image below? Thanks.
I read the excel file shown in the image below into R using the read_excel() from the readxl package. Is there a way for me to turn the data into a table where it counts the number of Locations by Company as shown in the image below? Thanks.