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...
Anonymous
8 years agoNot applicable
Hello v-chuncz-msft,
Thanks for useful share.it is helpful to me.
But I think for display, it seems like, row data is propositional to height of visual.
When I export data it will show all data.so I think the issue is different.
Updated Code is:
library(gridExtra) grid.table(head(dataset,n=10))
I attached a screenshot of my visual.
Thanks,
Pankil
v-chuncz-msft
8 years agoCommunity Support
Anonymous,
If not necessary, the built-in Table visual is enough.