-
Notifications
You must be signed in to change notification settings - Fork 73
Display pivot() only? #78
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Perhaps I cannot see this, but why would you use |
My team also has this use case! I've taught teammates to use the syntax of For QA'ing our data, it's great. Slice-split-repeat is a great way to drill down and find anomalies in quantitative data. Now we want to be able to put two, three, or four (static) tables in a single Rmarkdown document, each of which is a different tabulation of the same dataset. (For reporting purposes.)
A final, seemingly minor, requirement: We also need (want?) at least two levels of row headings. Some other packages will accommodate that. But we'd like to get by with learning and using just one (fairly simple!) syntax for spec'ing tables. The syntax for |
The underlying javascript package added "showUI = FALSE" as a parameter in June 2018, for this purpose: https://github.com/nicolaskruchten/pivottable/wiki/Frequently-Asked-Questions#params Unfortunately, rpivotTables has not been updated since that was added, so is using an old version of the javascript. @smartinsightsfromdata or @nicolaskruchten - apologies for this blast from the past - would you be able to update the htmlwidget files to use the latest version of pivottables? |
+1. There seem to be some other things breaking that might be fixed by an update. For example, in the UI, checked checkboxes now look blank rather than checked. (?) |
@dholstius I've made a fork and done it myself, but in a very haphazard manner. It works, but I'm sure it's not best practice. Feel free to try it out - see PR #121. |
Hi Enzo. Thanks for this tool. It has been very helpful.
Could you tell me how I can create just the pivot() output in R vs. the full pivotUI()?
This would allow me to place the table in dashboards or other compact areas. I'm also not sure some of my users would have any idea how to use the full interface.
Thanks again!
The text was updated successfully, but these errors were encountered: