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
Looks like you should turn on "Don't summarize" for all of data fields.
Please let us know if that works for you.
Ignat Vilesov,
Software Engineer
Microsoft Power BI Custom Visuals
Anonymous
8 years agoNot applicable
I already tried for that.but doesn't work for me.
- v-viig8 years agoCommunity Champion
Could you please share the whole code?
Ignat Vilesov,
Software Engineer
Microsoft Power BI Custom Visuals
- Anonymous8 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
- v-chuncz-msft8 years agoCommunity Support
Anonymous,
You'll need to specify argument n.
https://www.rdocumentation.org/packages/utils/versions/3.4.3/topics/head