Skip to content
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

Incorrect Line 6 Comment In Examples for checkData() #173

Open
martinrd3D opened this issue May 23, 2022 · 0 comments
Open

Incorrect Line 6 Comment In Examples for checkData() #173

martinrd3D opened this issue May 23, 2022 · 0 comments

Comments

@martinrd3D
Copy link

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

[Insert sample data and code]

Session Info

[Insert your sessionInfo() output]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant