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

More intuitive error if you forget ACC in get_chemical_summary #392

Open
ldecicco-USGS opened this issue Feb 2, 2021 · 0 comments
Open

Comments

@ldecicco-USGS
Copy link
Collaborator

If you forget ACC and filtered_ep in get_chemical_summary, there should be a more intuitive error:

chem_summary <- get_chemical_summary(tox_list)
Error in UseMethod("full_join") : 
  no applicable method for 'full_join' applied to an object of class "NULL"

chem_summary <- get_chemical_summary(tox_list, ACC, filtered_ep)
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