Package: flippingtables 0.0.5
flippingtables: Override and cycle between table print methods
User can configure a list of alternative print methods and table classes to which they apply. Facilitates cycling between print methods with a keyboard shortcut.
Authors:
flippingtables_0.0.5.tar.gz
flippingtables_0.0.5.zip(r-4.5)flippingtables_0.0.5.zip(r-4.4)flippingtables_0.0.5.zip(r-4.3)
flippingtables_0.0.5.tgz(r-4.4-any)flippingtables_0.0.5.tgz(r-4.3-any)
flippingtables_0.0.5.tar.gz(r-4.5-noble)flippingtables_0.0.5.tar.gz(r-4.4-noble)
flippingtables_0.0.5.tgz(r-4.4-emscripten)flippingtables_0.0.5.tgz(r-4.3-emscripten)
flippingtables.pdf |flippingtables.html✨
flippingtables/json (API)
# Install 'flippingtables' in R: |
install.packages('flippingtables', repos = c('https://milesmcbain.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/milesmcbain/flippingtables/issues
Last updated 2 months agofrom:7131d4069d (on main). Checks:OK: 1 WARNING: 6. Indexed: yes.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Oct 25 2024 |
R-4.5-win | WARNING | Oct 25 2024 |
R-4.5-linux | WARNING | Oct 25 2024 |
R-4.4-win | WARNING | Oct 25 2024 |
R-4.4-mac | WARNING | Oct 25 2024 |
R-4.3-win | WARNING | Oct 25 2024 |
R-4.3-mac | WARNING | Oct 25 2024 |
Exports:%>%default_printflipflip_offflip_onprint_argprint_overrideregister_flips
Readme and manuals
Help Manual
Help page | Topics |
---|---|
Use the default print method for the table class | default_print print_arg |
Cycle through configured print methods | flip |
Disable cycling between print methods with flip() | flip_off |
Enable cycling between print methods with flip() | flip_on |
Create an object class - package namespace pair for print override | print_override |
Register alternative print methods and classes to which they apply | register_flips |