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
Whilst working through the Package Introduction vignette, tried running the long_panel() example, with the code copied from the html:
teen <- long_panel(teen_poverty, begin = 1, end = 5, label_location = "end") teen
However, I get the result:
teen <- long_panel(teen_poverty, begin = 1, end = 5, label_location = "end") Error in .subset2(x, i) : subscript out of bounds
I am running on panelr 0.7.1.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Whilst working through the Package Introduction vignette, tried running the long_panel() example, with the code copied from the html:
However, I get the result:
I am running on panelr 0.7.1.
The text was updated successfully, but these errors were encountered: