Package: tantastic 0.2.2
tantastic: Fun and Shiny and Pretty Functions
A personal package of R functions, ggplot themes, and other miscellany.
Authors:
tantastic_0.2.2.tar.gz
tantastic_0.2.2.zip(r-4.5)tantastic_0.2.2.zip(r-4.4)tantastic_0.2.2.zip(r-4.3)
tantastic_0.2.2.tgz(r-4.4-any)tantastic_0.2.2.tgz(r-4.3-any)
tantastic_0.2.2.tar.gz(r-4.5-noble)tantastic_0.2.2.tar.gz(r-4.4-noble)
tantastic_0.2.2.tgz(r-4.4-emscripten)tantastic_0.2.2.tgz(r-4.3-emscripten)
tantastic.pdf |tantastic.html✨
tantastic/json (API)
# Install 'tantastic' in R: |
install.packages('tantastic', repos = c('https://tanho63.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/tanho63/tantastic/issues
Last updated 6 months agofrom:f3ae3d0963. Checks:OK: 1 WARNING: 6. Indexed: yes.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Oct 28 2024 |
R-4.5-win | WARNING | Oct 28 2024 |
R-4.5-linux | WARNING | Oct 28 2024 |
R-4.4-win | WARNING | Oct 28 2024 |
R-4.4-mac | WARNING | Oct 28 2024 |
R-4.3-win | WARNING | Oct 28 2024 |
R-4.3-mac | WARNING | Oct 28 2024 |
Exports:coalesce_joindt_fmt_colfmt_dtcolfontimport_bai_jamjureefontimport_jostfontimport_plex_condensedfontimport_plex_sansgen_input_mapget_client_tzgit_cleanupprogressivelyread_inputsset_geom_font_defaultsstrtheme_tantastictheme_uvunbind_dtunbind_dt_jsuse_client_tz
Readme and manuals
Help Manual
Help page | Topics |
---|---|
Join two dataframes, coalescing any columns with common names | coalesce_join |
Colour DT column by range | dt_fmt_col fmt_dtcol |
Generate Shiny Inputs for a vector of identifiers | gen_input_map |
Delete merged GitHub branches | git_cleanup |
Progressively | progressively |
Read a sequence of Shiny Inputs | read_inputs |
Update geom defaults | set_geom_colour_defaults |
Update matching font defaults for text geoms | set_geom_font_defaults |
Tan's str() function | str |
Tan's theme - dark | theme_tantastic |
Tan's theme - dark | theme_uv |
Unbind Shiny Inputs (server function) When generating inputs reactively, it's sometimes necessary to unbind old inputs so that you can use the updated inputs in Shiny. `'unbind_dt_js()' adds the JS to the UI, while 'unbind_dt()' is called as needed in the server component (usually as part of an 'observeEvent' or 'eventReactive') | unbind_dt |
Unbind Shiny Inputs (UI function) | unbind_dt_js |
Get User's Reported Time Zone | get_client_tz use_client_tz |