https://github.com/jbullock35/Bullock
R package. Tools for table-making and miscellaneous utilities. Used in my code.
https://github.com/jbullock35/Bullock
r tables tufte utilities
Last synced: 3 months ago
JSON representation
R package. Tools for table-making and miscellaneous utilities. Used in my code.
- Host: GitHub
- URL: https://github.com/jbullock35/Bullock
- Owner: jbullock35
- Created: 2017-01-30T11:47:38.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2022-03-26T16:59:07.000Z (almost 3 years ago)
- Last Synced: 2024-08-13T07:15:13.148Z (6 months ago)
- Topics: r, tables, tufte, utilities
- Language: R
- Homepage:
- Size: 3.95 MB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
- Changelog: NEWS.md
Awesome Lists containing this project
- jimsghstars - jbullock35/Bullock - R package. Tools for table-making and miscellaneous utilities. Used in my code. (R)
README
# Bullock
This package contains utilities that I use in my R code. Most of them don't
seem to have equivalents in any other package.The package's largest feature is a set of tools for table-making. See
the [Building better tables in less time](https://jbullock35.github.io/Bullock/tables.html)
vignette for an introduction. [Using latexTable() with R Markdown and Rnw documents](https://jbullock35.github.io/Bullock/tables_RMarkdown.html)
may also be helpful.Installation instructions:
# install.packages("devtools")
devtools::install_github("jbullock35/Bullock", build_vignettes = TRUE)If you have problems with the package, please feel free to [post an issue](https://github.com/jbullock35/Bullock/issues) or to [write to me](mailto:[email protected]). I will be happy to help.