Forum Discussion
Anonymous
8 years agoNot applicable
Shows only some records when I use R visual
I used R visual in my report to show records in table format. for that, I used 'gridExtra' package. After Run R script, it shows only 6 records.The actual count is 830.There is no Duplicate Reco...
v-viig
8 years agoCommunity Champion
Could you please share the whole code?
Ignat Vilesov,
Software Engineer
Microsoft Power BI Custom Visuals
Anonymous
8 years agoNot applicable
Hello v-viig
Thanks for your response.
Here is my code for dataset of two fields.
library(gridExtra) grid.table(head(dataset))
Thanks,
Pankil