Package: xlr 1.0.3
xlr: Create Table Summaries and Export Neat Tables to 'Excel'
A high-level interface for creating and exporting summary tables to 'Excel'. Built on 'dplyr' and 'openxlsx', it provides tools for generating one-way to n-way tables, and summarizing multiple response questions and question blocks. Tables are exported with native 'Excel' formatting, including titles, footnotes, and basic styling options.
Authors:
xlr_1.0.3.tar.gz
xlr_1.0.3.tar.gz(r-4.5-noble)xlr_1.0.3.tar.gz(r-4.4-noble)
xlr_1.0.3.tgz(r-4.4-emscripten)xlr_1.0.3.tgz(r-4.3-emscripten)
xlr.pdf |xlr.html✨
xlr/json (API)
NEWS
# Install 'xlr' in R: |
install.packages('xlr', repos = c('https://cran.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/nhilder/xlr/issues
Pkgdown site:https://nhilder.github.io
- clothes_opinions - Clothes opinions data
Last updated 3 days agofrom:d17b077dc6. Checks:3 OK. Indexed: no.
Target | Result | Latest binary |
---|---|---|
Doc / Vignettes | OK | Mar 07 2025 |
R-4.5-linux | OK | Mar 07 2025 |
R-4.4-linux | OK | Mar 07 2025 |
Exports:as_base_ras_xlr_integeras_xlr_numericas_xlr_percentas_xlr_tableas_xlr_vectorbuild_mtablebuild_qtablebuild_tablecreate_table_of_contentsis_xlr_formatis_xlr_integeris_xlr_numericis_xlr_percentis_xlr_tableis_xlr_typeis_xlr_vectorupdate_themewrite_xlsxxlr_formatxlr_format_numericxlr_integerxlr_numericxlr_percentxlr_tablexlr_vector
Dependencies:bitbit64clicliprcpp11crayondplyrfansiforcatsgenericsgluehavenhmslifecyclemagrittropenxlsxpillarpkgconfigprettyunitsprogresspurrrR6Rcppreadrrlangstringistringrtibbletidyrtidyselecttzdbutf8vctrsvroomwithrzip
Readme and manuals
Help Manual
Help page | Topics |
---|---|
Convert xlr types to their base R type | as_base_r |
Summarise a multiple response table | build_mtable |
Summarise a question block | build_qtable |
Create a one, two, three,..., n-way table | build_table |
Clothes opinions data | clothes_opinions |
Adds a table of contents to an .xlsx ('Excel') file | create_table_of_contents |
Test if an object is a 'xlr_format' | is_xlr_format |
Check if a variable is an xlr type This function tests whether an R variable has a xlr type. | is_xlr_type |
Update the 'xlr_table' theme | update_theme |
Write a 'xlr_table', 'data.frame', or 'tibble' to an .xlsx ('Excel') file | write_xlsx |
xlr and dplyr | xlr_and_dplyr |
Specify formatting options for xlr_* types | xlr_format xlr_format_numeric |
'xlr_integer' vector | as_xlr_integer is_xlr_integer xlr_integer |
'xlr_numeric' vector | as_xlr_numeric is_xlr_numeric xlr_numeric |
'xlr_percent' vector | as_xlr_percent is_xlr_percent xlr_percent |
'xlr_table' object | as_xlr_table is_xlr_table xlr_table |
'xlr_vector' vector | as_xlr_vector is_xlr_vector xlr_vector |