The goal of tableguess is to automatically extract table-like objects out of plain text files. This package is currently far from complete, but the first function vaguely works, so I’m going to use it and see what breaks.
Installation
You can install the development version of tableguess from GitHub with:
# install.packages("remotes")
remotes::install_github("jonthegeek/tableguess")
Code of Conduct
Please note that the tableguess project is released with a Contributor Code of Conduct. By contributing to this project, you agree to abide by its terms.