How to write a R code which shows the output like:
Asked
Active
Viewed 10 times
1

Gregor Thomas
- 136,190
- 20
- 167
- 294

Hrishikesh D Kakkad
- 171
- 1
- 1
- 12
-
Just use `table(df1$Categories)` – akrun Oct 03 '18 at 15:46
-
o/p: < table of extent 0 > – Hrishikesh D Kakkad Oct 03 '18 at 15:48