tatoo
Table tools: tools for combining data frames and exporting them to xlsx
Science Score: 26.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
○DOI references
-
○Academic publication links
-
○Committers with academic emails
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (9.5%) to scientific vocabulary
Repository
Table tools: tools for combining data frames and exporting them to xlsx
Basic Info
- Host: GitHub
- Owner: statistikat
- License: other
- Language: R
- Default Branch: master
- Size: 497 KB
Statistics
- Stars: 7
- Watchers: 1
- Forks: 0
- Open Issues: 0
- Releases: 6
Metadata Files
README.md
tatoo
Overview
tatoo ("table tools") provides functions to combine data.frames in ways that
require additional effort in base R, and to add metadata (id, title, ...)
that can be used for printing and xlsx export. In addition, the Tatto_report
class is provided as a convenient helper to write several such tables to a
workbook, one table per worksheet.
Installation
``` r
tatoo is available from CRAN
install.packages("tatoo")
Or you can install the development version from GitHub:
install.packages("devtools") devtools::install_github("statistikat/tatoo") ```
Example
R
tag_table(head(cars), tt_meta(table_id = "t1", title = "Data about cars"))
mash_table(head = head(cars), tail = tail(cars), mash_method = "row")
mash_table(head = head(cars), tail = tail(cars), mash_method = "col")
comp_table(head = head(cars), tail = tail(cars))
stack_table(head = head(cars), tail = tail(cars))
None of the examples are particularly hard to do in base R, but tatoo provides functions with a clean interface and nice print and export methods for the created objects. Please refer to the package vignette for more examples.
Development Status
tatoo is stable and in maintenance mode. While tatoo is effective at what it does once you figure out how it works, the API is not as nice and intuitive as I intended it to be. It will continue to receive small updates and bugfixes, but it is not planned to implement new features.
Owner
- Name: Unofficial Organization for Open Source Projects of Statistics Austria
- Login: statistikat
- Kind: organization
- Email: methodik@statistik.gv.at
- Repositories: 17
- Profile: https://github.com/statistikat
GitHub Events
Total
- Release event: 1
- Create event: 1
Last Year
- Release event: 1
- Create event: 1
Committers
Last synced: over 3 years ago
All Time
- Total Commits: 346
- Total Committers: 5
- Avg Commits per committer: 69.2
- Development Distribution Score (DDS): 0.488
Top Committers
| Name | Commits | |
|---|---|---|
| Stefan Fleck | s****k@g****m | 177 |
| stefan.b.fleck@gmail.com | s****k@s****t | 125 |
| stefan | u****e@g****m | 42 |
| mattdowle | m****e@g****m | 1 |
| Gregor de Cillia | d****r@g****m | 1 |
Committer Domains (Top 20 + Academic)
Issues and Pull Requests
Last synced: 12 months ago
All Time
- Total issues: 3
- Total pull requests: 2
- Average time to close issues: 12 days
- Average time to close pull requests: about 4 hours
- Total issue authors: 1
- Total pull request authors: 2
- Average comments per issue: 0.67
- Average comments per pull request: 0.5
- Merged pull requests: 2
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 0
- Pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Issue authors: 0
- Pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
- s-fleck (3)
Pull Request Authors
- GregorDeCillia (1)
- mattdowle (1)
Top Labels
Issue Labels
Pull Request Labels
Packages
- Total packages: 1
-
Total downloads:
- cran 385 last-month
- Total dependent packages: 0
- Total dependent repositories: 0
- Total versions: 10
- Total maintainers: 1
cran.r-project.org: tatoo
Combine and Export Data Frames
- Homepage: https://github.com/statistikat/tatoo
- Documentation: http://cran.r-project.org/web/packages/tatoo/tatoo.pdf
- License: MIT + file LICENSE
-
Latest release: 1.1.3
published 12 months ago
Rankings
Maintainers (1)
Dependencies
- assertthat * imports
- colt * imports
- crayon * imports
- data.table * imports
- magrittr * imports
- openxlsx >= 4.0.0 imports
- stringi * imports
- withr * imports
- kableExtra * suggests
- knitr * suggests
- rmarkdown * suggests
- rprojroot * suggests
- testthat * suggests