I need to display the following:
- Number of total listings - the list is given, from that I need to find the total number
- Percentage of listings - which are not reviewed : the list is given and the entries which are not reviewed are marked as NA.
Lastly, I need to add both these variables (number of total listings, percentage of listings) to one data frame and display.
What will be the most suitable R script code to use?