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
print.summarytools
method="pander"
Minimal reprex
data("tobacco") summarytools:::print.summarytools(ctable(tobacco$gender, tobacco$smoker)) Error in sys.calls()[[sys.nframe() - 1]] : attempt to select less than one element in get1index <real>
This is due to
summarytools/R/print.summarytools.R
Lines 240 to 249 in 0615d52
since sys.nframe() is 1 instead of 2 or greater.
sys.nframe()
The text was updated successfully, but these errors were encountered:
fix dcomtois#172
250c96a
fix #172
8f0c16c
Successfully merging a pull request may close this issue.
Minimal reprex
This is due to
summarytools/R/print.summarytools.R
Lines 240 to 249 in 0615d52
since
sys.nframe()
is 1 instead of 2 or greater.The text was updated successfully, but these errors were encountered: