-
Notifications
You must be signed in to change notification settings - Fork 71
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
adding new functionality suggested in #107 #108
base: main
Are you sure you want to change the base?
Conversation
locate_columns allows users to manually locate separators between columns. It adopts the approach of the "reduced" wiget from the related function locate_areas().
locate_columns allows users to manually locate separators between columns. It adopts the approach of the "reduced" wiget from the related function locate_areas().
I don't understand why build job 110.5 failed on travis. Any ideas? |
Codecov Report
@@ Coverage Diff @@
## master #108 +/- ##
=========================================
Coverage ? 52.25%
=========================================
Files ? 13
Lines ? 666
Branches ? 0
=========================================
Hits ? 348
Misses ? 318
Partials ? 0 Continue to review full report at Codecov.
|
let me test how these changes go with tabula 1.0.5 |
hi @T-Engel |
locate_columns()
allows users to manually locate separators between columns. It adopts the approach of the"reduced"
widget from the related function locate_areas(). The output can be used as thecolumns
argument inextract_tables()
.#107
Please ensure the following before submitting a PR:
/R
not/man
and rundevtools::document()
to update documentation/tests
for any new functionality or bug fix.R CMD check
runs without error before submitting the PRI am not familiar with test files. Could anyone help me here? How do I test an interactive function?