We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi, I have a table that can render ok in R-Studio Viewer but generates this error when knitting to html:
processing file: pivot_table.Rmd |.......................................... | 80% [unnamed-chunk-3] Quitting from lines 46-55 [unnamed-chunk-3] (pivot_table.Rmd) Error in private$p_filters$filters[[1]]: ! subscript out of bounds Backtrace: rmarkdown::render(...) pivottabler (local) <fn>() Execution halted
processing file: pivot_table.Rmd |.......................................... | 80% [unnamed-chunk-3] Quitting from lines 46-55 [unnamed-chunk-3] (pivot_table.Rmd) Error in private$p_filters$filters[[1]]: ! subscript out of bounds Backtrace:
private$p_filters$filters[[1]]
<fn>
Execution halted
I used pt$renderPivot() but pt$evaluatePivot() is also giving the same error
This is my R and knitr version: R version 4.3.2 (2023-10-31) knitr_1.45 htmltools_0.5.7 rmarkdown_2.25 compiler_4.3.2
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi, I have a table that can render ok in R-Studio Viewer but generates this error when knitting to html:
I used pt$renderPivot() but pt$evaluatePivot() is also giving the same error
This is my R and knitr version:
R version 4.3.2 (2023-10-31)
knitr_1.45 htmltools_0.5.7 rmarkdown_2.25 compiler_4.3.2
The text was updated successfully, but these errors were encountered: