An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

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.