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
Selecting a column does not delete row and column names, as lines 7 and 9 of the Examples shows
To do so, one needs to use Drop = TRUE, e.g., as in x <- checkData(edhec[,1,drop=TRUE])
[Describe the behavior/output you expected]
[Insert sample data and code]
[Insert your sessionInfo() output]
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Description
Selecting a column does not delete row and column names, as lines 7 and 9 of the Examples shows
To do so, one needs to use Drop = TRUE, e.g., as in
x <- checkData(edhec[,1,drop=TRUE])
[Describe the behavior/output you expected]
Minimal, reproducible example
Session Info
The text was updated successfully, but these errors were encountered: