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
Currently we get an error message when we try to droplevels on a subset of the DB.
droplevels
Error in UseMethod("droplevels") : no applicable method for 'droplevels' applied to an object of class "CompadreDB"
It would be useful to have a method to use it rather than using a more tedious work-around.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Currently we get an error message when we try to
droplevels
on a subset of the DB.It would be useful to have a method to use it rather than using a more tedious work-around.
The text was updated successfully, but these errors were encountered: