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
Hi,
Your work has been a godsend! Just wanted to share a minor issue...
Im working on a relatively large dataset (final DTM is ~25MB).
When I run filter_documents(), mem usage balloons up to 40GB, after which R crashes.
I'm running the Microsoft/MRO (latest) release on Mac OSX (latest).
One work-around, for the min = 1 case at least, is: .[unique(.$i),] .
.[unique(.$i),]
Runs super-fast and doesn't seem to introduce any undue weirdness.
Hope that helps.
The text was updated successfully, but these errors were encountered:
Thanks you for submitting this. I'll look into it.
Sorry, something went wrong.
No branches or pull requests
Hi,
Your work has been a godsend! Just wanted to share a minor issue...
Im working on a relatively large dataset (final DTM is ~25MB).
When I run filter_documents(), mem usage balloons up to 40GB, after which R crashes.
I'm running the Microsoft/MRO (latest) release on Mac OSX (latest).
One work-around, for the min = 1 case at least, is:
.[unique(.$i),]
.Runs super-fast and doesn't seem to introduce any undue weirdness.
Hope that helps.
The text was updated successfully, but these errors were encountered: